Removing 3 dots on menu when there's dropdown

Home Forums Gillion Theme Removing 3 dots on menu when there's dropdown

Home Forums Gillion Theme Removing 3 dots on menu when there's dropdown

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    RESOLVED Posts
  • test2
    Participant

    Hi! I noticed that for drop downs on main navigation, there’s the 3 dots icon. How can I change it to an arrow down, as per mobile view? Thank you!

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @test2,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-nav li.menu-item-has-children > a:after,
    .sh-nav li.menu-item li.menu-item-has-children > a:after {
            content: "\e604";
            margin-left: 5px;
    }

     

    Best regards,
    Shufflehound team

    test2
    Participant

    Hi, custom code doesn’t work. Attached screenshot of code. The drop down icon is still not an arrow down, unlike the mobile view (last screenshot).

    Attachments:
    You must be logged in to view attached files.

    test2
    Participant

    Attached URL for your viewing.

    The shared CSS code is not working because you are using older version of theme on your shared site so please update the theme to the following latest version.

     


    Please login to access this file

    test2
    Participant

    Yes it works now! Thank you so much!

    You are most welcome here 🙂

Viewing 7 posts - 1 through 7 (of 7 total)