Sticky text shows up on my Drop Down/Banner

On our website homepage and when I try to go to the shop dropdown and press hand soap, I can’t press it because the “30% off” text is running over the banner because of the text covering it.

Is there a code I could add to get rid of this?

https://mykirei-kao.myshopify.com/

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.banner .banner-items .content {
z-index: 1;
}
1 Like