How can i add styling to the text highlighted in the screenshot. I need it bold & red.
https://www.vitament.co.uk/collections/
Hi @vitamentltd
Add the following code to your theme.scss.css file:
#ProductSection-product-template > div.grid.product-single.product-single--medium-media.gw-ai-integrated > div:nth-child(2) > div.product-single__meta {
color: #a71515;
font-weight: bold;
}
Let me know if that works!
User | Count |
---|---|
395 | |
202 | |
146 | |
42 | |
40 |