Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
hello! I have my colours set up for branding but I want to change the text colour from my selected red to black in the product description. Im using Studio theme 13.0.1 Thanks!
Solved! Go to the solution
This is an accepted solution.
Thanks for the info, check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.product__description.rte.quick-add-hidden {
color: black;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @ilaandalice
Would you mind to share your store URL? Please let me know which product description? Thanks!
Sure and thanks 🙂 It's www.ilaandalice.com
That's the kicker, I am trying to change all the product descriptions to black while leaving the other text red.
This is an accepted solution.
Thanks for the info, check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.product__description.rte.quick-add-hidden {
color: black;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
OMG! It worked! thank you! I have spent ages trying to figure this out. I am thrilled and can't thank you enough.
Brilliant 🙂
ps- thank you donation sent.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024