New Shopify Certification now available: Liquid Storefronts for Theme Developers

Changing the color scheme of the product information

Pinksox
Tourist
5 0 1

Hi, 

 

I am trying to change the color scheme for the product information section and it's not working. How do I do this correctly? 

Thank you

 

Replies 4 (4)
Moeed
Shopify Partner
3051 761 925

Hey @Pinksox 
Kindly share your Store URL and Password if enabled

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Pinksox
Tourist
5 0 1
Moeed
Shopify Partner
3051 761 925

Hey @Pinksox 

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-shop .short-description {
    color: mediumvioletred;
}
</style>

Moeed_0-1689073190479.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 developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Pinksox
Tourist
5 0 1

Thank you for trying but this did not help. I am working on a project that is not live yet. pink-sox · Customize Refresh · Shopify Am I able to share my screen with you to show you what I mean?