Product Card labels overlapping with my mega-drop down menu

Hello all, I seem to be having an issue with my product-card labels overlaying with my drop-down menu.

https://www.bloomsmenswear.co.uk/collections/new-lines

If anyone could assist, I would be very grateful, thank you!

  • Alex

This is Noah from PageFly - Shopify Page Builder App

Please add code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag


Hope my solution will help you resolve the issue.

Best regards,

Noah | PageFly

Hi @BloomsMenswear ,

You can follow these steps:

  • Go to Online Store → Themes → Edit Code

  • Find file base.css and paste the code below to end of file → Save

.parent-display.facets__display {
   z-index: 20;
}

Hope this help!