Social media icon issue

Home Forums Gillion Theme Social media icon issue

Home Forums Gillion Theme Social media icon issue

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

    Hi,

     

    I am unable to hide the Social media icon in the header.

     

    No matter whether or not any of the two checkboxes (Social Media or Social Media (mobile)) are checked, the icon is still being displayed.

    Solution for this topic

    Hi @RubyRoid,

     

    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.sh-nav-special {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    RubyRoid
    Participant

    Thanks, this worked.

     

    Hope to see a proper solution for this in an upcoming update.

    Sure

     

    You are always welcome here 🙂

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