Gillion Tech - Remove Header Buttons

Home Forums Gillion Theme Gillion Tech – Remove Header Buttons

Home Forums Gillion Theme Gillion Tech – Remove Header Buttons

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Goncalo
    Participant

    Hello,

     

    In reference to my previous thread: https://support.shufflehound.com/forums/topic/cant-customize-widgets-on-gillion-theme/

     

    I would like to know how I can customize and remove the following buttons in my header: http://prntscr.com/lgpipg

     

    I tried removing the Social Media button from the Customizer but it’s not working.

     

    Thanks.

    Hi @Goncalo,

     

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

     

    You can remove 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,
    li.menu-item.sh-nav-readmore.sh-nav-special {
        display: none;
    }

     

    Best regards,
    Shufflehound team

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