Dawn Theme. Have a clickable banner but is being prioritized over the dropdown menu

If I click any of the items in the dropdown menu it will direct me to the banner’s link and ignore the menu.

Hey @Cano0_05

Please follow below steps

Step 1: Go to Online Store → Theme → Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save

.section-header.shopify-section-group-header-group{
	z-index: 99;
}
2 Likes

Thanks a lot. Now it works perfectly both in pc and mobile.

1 Like