The drop down menu not working in dawn theme

Hi there,

I was hoping to get some help in regards to the dropdown menu on my website. The header menu where it “shop” is clickable but then the sub menus are not working. Is anyone else having this issue? Would appreciate any idea on how to fix this.

The website: https://yourstrulychocolates.com.au/

Thanks!

It looks like you need to edit the CSS for the element that is on top of the menu potentially giving it a lower z-index than the menu. Can you send a link to the store ?

Hi there,

It would be my pleasure to help you, please share your site URL. I will check out the issue and provide you with the best solution here.

Jenny.

Sure! The store https://yourstrulychocolates.com.au/

Thank you!

Yes its the z-index.

Are you familiar with editing the code ?

I could give it a go! Could you please provide me further instructions?

Thanks!

Go to Customise theme → Click 3 dots → Click customise code → Find assets folder → open base.css

Paste in at the top:

.header__inline-menu details[open]>.header__submenu {

z-index: 3

}

If that doesn’t work try add !important:

z-index: 3 !important

Thank you! It works!