Change Label Colors in Basel Theme
-
Hello. I’d like to change the label colors in my Basel theme for WordPress. I went to the theme settings and I can only change primary, secondary, shop buttons, and accent buttons—but no label colors. I also went to your YouTube channel to find out how to change the colors but couldn’t find anything except creating attribute colors. How would I change the “Hot” or “New” label background colors to match my brand colors? Please help! 🙁
Also, is it possible to create other labels, like a “Sold Out” button in the Basel theme?
Thank you for your help in advance.
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
Thank you so much for your help! 🙂
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Change Label Colors in Basel Theme’ is closed to new replies.