How can I change the font color on a product page?

Topic summary

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:

  • .prod_sticky .content-page-detail .detail-info .relative .pd_summary
  • .tab-pd-details .desc.product-desc p
    and sets their text color to “grey.” The offer for further assistance was made.

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.

Summarized with AI on January 23. AI used: gpt-5.

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?

https://www.holycosmetics.com.br/products/etudehouse-real-art-cleansing-oil-moisture-185ml?variant=45075769033004

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