Overlapping Labels

Hello, I’m currently developing a website and recently I’ve added a new feature, labels. Sales labels, limited labels and sold out labels. However, there is a problem with the labels overlapping with the header menu. That is the only thing that has overlapped the header menu before. I’ve attached a screenshot below and have also linked my website. I was wondering what I could do to fix it. Thanks everyone for your help in advance.

link: https://cavemen.com.sg

Th e labels have a z-index of 500 but your header only has a z-index of 20 so the labels will go on top.

Change the header z-index to 501 and then the labels will go below.

.header-container{z-index:501}

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.