Home › Forums › WoodMart support forum › Link in mobile header button does not work › Reply To: Link in mobile header button does not work
August 13, 2020 at 7:13 am
#218373

Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshots you attached.
1) Please provide admin panel login details of the website to check it myself and help you out accordingly.
2) For the product label try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-label.onsale {
background-color: red;
height: 50px;
width: 100px;
color: black;
}
You can adjust the height and width and colors accordingly.
Best Regards.