This topic has 4 replies, 2 voices, and was last updated 2 years, 6 months ago ago by Rose Tyler
How to change the text color of the single product page?
I input the text on the edit page:
https://imgur.com/mTFIyix
But on the product page, the text is grey? How to change the color to black?
https://imgur.com/DY4mppp
Hello,
Theme Options > Typography, or provide URL of product page, and we will give you custom CSS code.
Regards
Hello,
Add the next code in Theme Options > Theme custom CSS > Global:
.woocommerce-product-details__short-description {
color: #333 !important;
}
Regards
Tagged: change color, single product, templates, text color, woocommerce, wordpress
The issue related to '‘How to change text color of single product page?’' has been successfully resolved, and the topic is now closed for further responses