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?
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?
Hello There,
.banner .banner-items .content {
z-index: 1;
}