New Shopify Certification now available: Liquid Storefronts for Theme Developers

Make product description text/font black in Spotlight theme v. 11.0.0

Solved
sfeller
Tourist
10 0 0

I would like to make the product description text/font color black in Shopify Spotlight theme v. 11.0.0. It is currently light gray which is difficult to read on some devices.  There is no option to change this on the theme editor. 

Accepted Solution (1)
PageFly-Richard
Shopify Partner
3675 806 1453

This is an accepted solution.

Hi @sfeller 

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css

.product__description.rte.quick-add-hidden {
    color: #000 !important;
}

Hope you find my answer helpful!
Best regards,
Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 4 (4)
Natasha-Saed
Shopify Partner
303 32 55

Can you share your store URL to give a solution for this

If my solution helped you don't forget to accept it to help others.
===================================================================
And if you really like my support share a cup of coffee with me paypal.me/freemindsint
sfeller
Tourist
10 0 0

vantagevintage.com

Beae_Anthony
Shopify Partner
436 167 168

Hi @sfeller ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

 

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:

<style>
.product__info-container>*+* {
    color: #000;
}
</style>

 

Best regards,

Anthony

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Blog
PageFly-Richard
Shopify Partner
3675 806 1453

This is an accepted solution.

Hi @sfeller 

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css

.product__description.rte.quick-add-hidden {
    color: #000 !important;
}

Hope you find my answer helpful!
Best regards,
Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.