Home Forums WoodMart support forum Link in mobile header button does not work Reply To: Link in mobile header button does not work

#218373

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.