Hi guys!
I want to change the colour of Text on product page. Am using Expanse Theme. How do I go about it?
Hi guys!
I want to change the colour of Text on product page. Am using Expanse Theme. How do I go about it?
Hello @Eze_Paul ![]()
Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
.js-product-inventory-data + .product-block {
color: #FF0000;
}
The result
Make sure to change the color value as you need.
Thank you soo much, it worked perfectly.
https://furnishmaxi.se/collections/ny-produkt
Check this collection, not all product has the badge.
Thank you.
You can change its color by adding this code
.grid-product__tag {
color: #FF0000;
}
Make sure to change the color value as you need.
Thanks ![]()