Remove 3 dots from drop down menu

Home Forums Gillion Theme Remove 3 dots from drop down menu

Home Forums Gillion Theme Remove 3 dots from drop down menu

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    RESOLVED Posts
  • zenfiretrading
    Participant

    Hello is there any way to completely remove the 3 dots from the drop down menu navigation? Also how can I learn to modify that section of the site on my own?

     

    BTW this is my first premium theme I’ve ever purchased. Great job with this support website. Everything has been very smooth!

    Hi @zenfiretrading,

     

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

     

    You can remove it by using the CSS solution shared in the below topic.

     

    https://support.shufflehound.com/forums/topic/removing-3-dots-on-menu-when-theres-dropdown/#post-8518

     

    Best regards,
    Shufflehound team

    zenfiretrading
    Participant

    Thank you but the code just changed my “3 dots” to an “arrow down”. I actually dont want anything to show

    zenfiretrading
    Participant

    Also how do I remove the “read it later” icon off my header menu?

    Could you please share me your site URL where it’s displaying so that I can help you?

    zenfiretrading
    Participant

    The website isnt up. But here is a photo of before the CSS code and after. Also you can see the “read it later” icon that I cant figure out how to remove.

     

     

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

    Solution for this topic

    You can remove the dots 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 {
     display:none;
    }

     

    Also, you can remove bookmark icon from the theme Blog settings as shown in the attached screenshot.

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

    zenfiretrading
    Participant

    Awesome got everything sorted out!

    You are most welcome here šŸ™‚

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