hey, Shopify community!
I really want to change the font color on the product page. The whole description and the mini-description version are in a really light grey which makes the text difficult to read. Can anyone solve this issue?
Main issue: The product page’s description and mini-description text appears in very light grey, making it hard to read. The requester shared a product link and two screenshots to illustrate the readability problem.
Context: The question targets a Shopify store and asks how to change font color on the product page. Tags indicate CSS/HTML are relevant.
Proposed fix: A responder suggested adding a CSS snippet to the theme. The code targets:
Notes: The included images are central for visualizing the contrast issue. The code snippet is central to the proposed solution.
Status/outcome: No confirmation from the original poster that the solution worked. The discussion appears open with the key question—whether the CSS change resolves readability—still unanswered.
hey, Shopify community!
I really want to change the font color on the product page. The whole description and the mini-description version are in a really light grey which makes the text difficult to read. Can anyone solve this issue?
Hello @BeaCunhas
Its Artzen Technologies! We will be happy to help you today.
Hello @BeaCunhas
Its Artzen Technologies! We will be happy to help you today.
Add this code to your CSS file --:
.prod_sticky .content-page-detail .detail-info .relative .pd_summary {
color: grey;
}
.tab-pd-details .desc.product-desc p {
color: grey;
}
Let me know if need further assistance
Regards,
Artzen Technologies