Can anyone provide guidance for how I would change the color of specific text blocks on my product page? I need these 4 blocks to have red text. I’m using the Spotlight Theme.
Thanks!
Store site is StickerSIMPS.com
Can anyone provide guidance for how I would change the color of specific text blocks on my product page? I need these 4 blocks to have red text. I’m using the Spotlight Theme.
Thanks!
Store site is StickerSIMPS.com
Hey @StickerSIMPS
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Check this one.
p.product__text.inline-richtext:not(p.product__text.inline-richtext.caption-with-letter-spacing) {
color: red !important;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Thanks! But this changes all text blocks, not just those select 4. The other response ended up working for me. Thanks again for your help though!
Thanks so much! This is exactly what I needed!