Bulk updating text color on product descriptions on Vision

Solved

Bulk updating text color on product descriptions on Vision

Fin2
Visitor
2 0 1

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?

Accepted Solution (1)

Moeed
Shopify Partner
4892 1292 1566

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:

Moeed_0-1695624690306.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Replies 5 (5)

ZestardTech
Shopify Partner
5718 1049 1380

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Fin2
Visitor
2 0 1

Hello,

 

Thank you for your reply. My website is open - banditdirect.com.au

AishaMushtaq
Tourist
7 0 1

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.

Moeed
Shopify Partner
4892 1292 1566

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:

Moeed_0-1695624690306.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Aso32
Visitor
1 0 0

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?