Home Forums Basel support forum Change Label Colors in Basel Theme Reply To: Change Label Colors in Basel Theme

#101952

Hello,

Thank you very much for choosing our theme and for contacting us.

Please add this code to the Theme settings > Custom CSS > Global:

body .product-label.onsale{
background-color: blue;
}
body .product-label.featured {
    background-color: green;
}
body .product-label.new {
    background-color: red;
}

Change the colors as per your needs.

Our theme provides Sales, New and Hot. By default, provided the product has been sold, you will get “sold out” label. You will have to find a plugin for additional labels.

Best Regards