Shopify themes, liquid, logos, and UX
Hello
I have managed to hide one menu item from my desktop menu and i would also like to hide it from my drawer menu
how to do this please ( Gift Menu)
on the other hand i would like my logo/ cart icon/ login icon to also appear on the drawer menu. At the moment these items are all hidden by the drawer
I am using the Impulse Theme
sawnao
Hey @TBS2023
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
@media screen and (max-width: 767px) {
.header-sticky-wrapper {
z-index: 40 !important;
}
li.mobile-nav__item.appear-animation.appear-delay-8 {
display: none !important;
}
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @TBS2023
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
.mobile-nav__item:has([href="/pages/gift"]) {
display: none !important;
}
</style>
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Hi @TBS2023
@media screen and (max-width: 768px){
li.mobile-nav__item:has(a[href="/pages/gift"]) {
display: none !important;
}
}
However, to add the cart and login icons into the mobile menu drawer, you’ll need to modify the theme code. This requires access to and editing of the theme’s code files.
Unfortunately, we don’t provide support for custom code modifications. I recommend hiring a developer to handle this for you. You can find experienced Shopify developers on platforms like Shopify Experts or freelance marketplaces.
Best,
Daisy
Hi
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
@media screen and (max-width: 768px){
li.mobile-nav__item:has(a[href="/pages/gift"]) {
display: none !important;
}
}
Best,
Liz
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025