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?
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024