Shopify themes, liquid, logos, and UX
Hi
I am creating a landing page using page.sections and am using the streamline theme.
I have managed to remove the footer and also the navigation on homepage using the code below. I put this in the custom HTML section within the theme customisation.
<style>footer { display: none; }</style>
<style>
.site-nav, .mobile-nav-trigger {display: none;}
</style>
However despite removing the menu from desktop, I cannot seem to remove the sticky menu from mobile. On the streamline theme, the mobile menu is sticky and floats at the bottom of the page, rather than it being a traditional fixed drop down.
Does anyone have any code suggestions on how to remove this?
Thanks in advance
Jess
Solved! Go to the solution
This is an accepted solution.
Hi Jess,
Try using this code to hide the sticky menu:
.site-nav__thumb-menu { display: none; }
Thanks,
Lukasz
This is an accepted solution.
Hi Jess,
Try using this code to hide the sticky menu:
.site-nav__thumb-menu { display: none; }
Thanks,
Lukasz
Amazing thanks Lukasz worked perfectly
Hi @LukaszFormela,
In the Shopify theme code editor, where can the "hide the sticky menu code" be placed?
Thank you!
@austinh The safest way would be to place it in general stylesheet, at the very bottom of the file. You will find it in "Assets" folder, named as "style.scss", "stylesheet.scss" or "themename.scss".
Thanks,
Lukasz
Hi @LukaszFormela ,
This worked perfectly but do you know how I can have a hamburger menu on the top of the page for navigation in replace of the sticky menu button?
Did you find a solution for this ?
Thank you ::)
Hi, on my streamline I'm not seeing any of those asset pages you mentioned. I tried placing it under theme.css.liquid but it did not work. I would also like to remove the mobile sticky menu. My website name is re-activewear.com
User | RANK |
---|---|
74 | |
72 | |
63 | |
61 | |
41 |
As a business owner, have you ever wondered when your customer's first impression of yo...
By Skye Jun 6, 2023We're excited to announce improvements to the threaded messaging experience in our communi...
By TyW May 31, 2023Thank you to everyone who participated in our AMA with Klaviyo. It was great to see so man...
By Jacqui May 30, 2023