How can I fix the unhighlighted navigation drawer on my Sense theme?

Hey, so what’s going on is that when i open the navigation drawer on my phone it’s not highlighted/‘‘under’’ my product page. (Using gempages for product page)

Anyone know solution to this?

On 1st image it’s open in product page, second image is in homepage.

1 Like

Hi @JacobF

It’s GemPages team here to assist you!

You can fix the menu issue on Mobile by following the 2 steps below:

  1. Go to Online Store->Theme->Edit code

  2. Find theme.liquid file ->Paste the following code before


Hope the information helps.

If you need further support, feel free to contact us via email (support@gempages.help) or live chat.

Thank you!

@JacobF

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

@JacobF

Welcome to the Shopify community!
Please share your store URL!
I will check out the issue and provide the correct solution to you!

Thanks!

https://silkame.com/products/hair-eraser

hey

https://silkame.com/products/hair-eraser

Hi @JacobF ,

Go to Assets > base.css and paste this at the bottom of the file:

#shopify-section-header {
    z-index: 99 !important;
}

Hope it helps!