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.
Can you share your store URL to give a solution for this
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:
- Go to Online Store ā Theme ā Edit code
- Open your theme.liquid file
- Paste below code before :
Best regards,
Anthony
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
1 Like