Hi everybody,
I am trying to change the color of the product description and I have not been able to, I have tried with some codes that I have found in other questions but it does not work.
Can you help me with that?
Thank you!
A user is attempting to change the font color of product descriptions on their Shopify store (purasmile.it) but previous CSS solutions havenβt worked.
Proposed Solution:
base.css file via Shopify Admin β Online Store β Theme β Edit code.product__description p, .product__description span{color:#ff0000 !important;}
Current Status:
The discussion remains open. The original poster acknowledged the suggestion but the helper cannot verify if the code was successfully implemented, requesting confirmation of the addition.
Hi everybody,
I am trying to change the color of the product description and I have not been able to, I have tried with some codes that I have found in other questions but it does not work.
Can you help me with that?
Thank you!
@Juanchila0 - please add this css to the very end of your base.css file and check,
Shopify Admin β Online Store ->Theme β Edit code β base.css
change color shade to your needed one
.product__description p, .product__description span{color:#ff0000 !important;}
@Juanchila0 - i can not see the code added, can you please add it again?