Home › Forums › Gillion Theme › Hide icons in the header
Home › Forums › Gillion Theme › Hide icons in the header
Hi,
I would like to hide the icons in the header (search, bookmark and share) in desktop and responsive views. Not working if uncheck the options “elements” in “header” configuration.
Thank you,
Regards
Solution for this topic
Hi @stezelco,
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
.sh-nav li.menu-item.sh-nav-search, .sh-nav li.menu-item.sh-nav-share, .sh-nav li.menu-item.sh-nav-readmore { display: none; }
Best regards,
Shufflehound team
I have tested it on my test site but it is not displaying on mobile menu for me.
Could you please share me your site URL where it’s displaying so that i can help you to remove it?
Of course:
blog.tecnocasa.es
p:TC01
Solution for this topic
You can use below CSS code to remove it from mobile display.
.sh-nav-mobile li.menu-item.sh-nav-search, .sh-nav-mobile li.menu-item.sh-nav-share, .sh-nav-mobile li.menu-item.sh-nav-readmore { display: none; }
Thank you, it works
You are always welcome here š