Home Forums WoodMart support forum Att. on pic – can we change the way it appears? As in Darker? Reply To: Att. on pic – can we change the way it appears? As in Darker?

#199449

Hello,

Take the custom CSS I have provided: https://prnt.sc/sr4ome add these two lines – width and height to get this code:

body .product-label.attribute-label:not(.label-with-img) {
    background-color: rgba(255, 255, 255, 1);
    color: #000000;
width:100px; 
height:100px;
}

Set different width and height and add the code to Theme Settings > Custom CSS > Desktop/tablet/mobile:

As a result, you will have a different size on different screens.

Best Regards