Home › Forums › Gillion Theme › How to hide menu icon at topbar on mobile
Home › Forums › Gillion Theme › How to hide menu icon at topbar on mobile
Like the title I want to ask how to hide the menu icon at the topbar on mobile. Note that it is mobile only, because I still want it to show on other device types. thank you !
Hi @Mai Quoc Khanh,
I hope you are well today and thank you for your question.
We can hide it on mobile by developing custom CSS code.
Could you please share your site URL where it’s displaying so that I can help you to hide it?
Best regards,
Shufflehound team
my website https://www.maiquockhanh.com/
Thank you !!!
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
#header-mobile .menu-item-has-icon .fa:before { display: none; }
Thanks for your support, I have tried and succeeded !
You are most welcome here š