Hi,
I have a metafield text on my product page and I’d like to change the custom text color to red (#CB2B2B).
Highlighted text is the one I’d like to change.
Thank you in advance.
Hi,
I have a metafield text on my product page and I’d like to change the custom text color to red (#CB2B2B).
Highlighted text is the one I’d like to change.
Thank you in advance.
Hi @ju0
Would you mind to share your Store URL website? with password if its protected. Thanks!
Website: www.luxe-t.com
Thank you!
Thank you for the information.
Try this.
.product-info__block-item p {
color: #CB2B2B;
}
Hi @ju0 ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
Go to Online Store → Theme → Edit code.
Open your assets/theme.css file.
Add the code at the end of the file:
.product-info__block-item>.prose {
color: red;
}
Best regards,
Anthony
Hey @ju0
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
Hi @ju0
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the theme.css file:
.product-info__block-item .prose p em {color: #f00;}
Regards,
San