Shopify themes, liquid, logos, and UX
Hello,
I need to change the font color on all of my product descriptions to a lighter shade as the background is black. Does anyone know how to do this on Vision?
Is there a way to do with without going through each individual product? - Bulk updating or changing code?
Solved! Go to the solution
This is an accepted solution.
Hey @Fin2
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.product-short-description.rte p span {
color: white !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Hello,
Thank you for your reply. My website is open - banditdirect.com.au
To change the font color of product descriptions on the Vision theme with a black background, you'll likely need to edit the CSS code. Unfortunately, there's no bulk update option; you'll need to modify the code for each product description.
This is an accepted solution.
Hey @Fin2
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.product-short-description.rte p span {
color: white !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi Moeed,
Im also struggling to change the colors on the text from the product page and grid.
I managed to change the heading and description but not anything else.
Would you mind helping me out please?
User | RANK |
---|---|
214 | |
169 | |
65 | |
55 | |
53 |
Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023