Hide social media button in header

Home Forums Gillion Theme Hide social media button in header

Home Forums Gillion Theme Hide social media button in header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • enter1010
    Participant

    Hello,

     

    I’m looking for a way to hide the social media button in the header of my site.

    I’ve unselect the media button in the settings options but it is always visible.

     

    Do you know how to hide it ?

    Thanks in advance

    Nicolas

     

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

    Solution for this topic

    Hi Nicolas,

     

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

     

    You can hide 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

     

    li.menu-item.sh-nav-share {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    enter1010
    Participant

    That’s perfect ! Thanks a lot for your quick response.

    You are most welcome here 🙂

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