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

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

BeaCunhas
Visitor
3 0 0

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? Captura de Tela 2023-07-25 às 00.11.33.png

Captura de Tela 2023-07-25 às 00.10.54.png

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

 

 

Replies 2 (2)

Artzen_tech
Shopify Partner
552 113 111

Hello @BeaCunhas 

Its Artzen Technologies! We will be happy to help you today.

If helpful, please Like and Accept this Solution to help others
Artzen Technologies | A Shopify Development Agency
WhatsApp - 9877983930

Book FREE CONSULTATION who want to migrate to Shopify or want to start an eCommerce business with Shopify

Artzen_tech
Shopify Partner
552 113 111

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

If helpful, please Like and Accept this Solution to help others
Artzen Technologies | A Shopify Development Agency
WhatsApp - 9877983930

Book FREE CONSULTATION who want to migrate to Shopify or want to start an eCommerce business with Shopify