Home › Forums › Gillion Theme › How to hide menu slide?
Home › Forums › Gillion Theme › How to hide menu slide?
As the title I want to ask how to hide the menu slide?
Hi @mqk051197,
Thank you for your question.
I am not sure what you meant by menu slider so could you please describe it a bit more in detail by sharing your site URL where it is displaying so that I can help you?
Best regards,
Shufflehound team
Oh, I mean to delete the slide menu on the hader.
Solution for this topic
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-menu.sh-nav-special { display: none; }
Great, I did succeed, thanks for the support!
You are most welcome here š