Mobile Drawer Menu Help

Mobile Drawer Menu Help

TBS2023
Shopify Partner
274 1 30

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

 

www.thebodyshop.ng

sawnao

 

TBS2023_0-1740548286369.png

 

 

 

 

 

Replies 4 (4)

Moeed
Shopify Partner
6963 1878 2295

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:

Moeed_0-1740548971943.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


PageFly-Richard
Shopify Partner
4971 1111 1793

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.

DaisyVo
Shopify Partner
4275 467 560

Hi @TBS2023 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

@media screen and (max-width: 768px){
li.mobile-nav__item:has(a[href="/pages/gift"]) {
    display: none !important;
}
}

 

Here is the result: image_480.png

 

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

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

LizHoang
Shopify Partner
1250 158 196

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

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program