Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello @ediver7 ,
It's GemPages support team and glad to support you today.
I would like to give you the recommendation to support you so kindly follow the steps below:
1. Go to Online Store > Theme > Edit code of your current theme
2. Open your theme.liquid theme file
3. Paste the below code before </head>
<style>
main-header modal-trigger[target="#main-header-mainNav"].hide-desktop {
display: block !important;
}
</style>
For example,
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
Thanks for the help! The hamburger button is displaying now, but the word menu is still there (see attached) I would like only the hamburger button to display. Is this possible? Thanks!
Hello @ediver7 ,
It is possible, let's paste the below code before </head>
<style>
#MainHeader .\#main-nav-container {
display: none !important;
}
</style>
Best regards,
GemPages Support Team
Hi @ediver7,
Please send your site and if your site is password protected, please send me the password. I will check it.