This topic has 2 replies, 2 voices, and was last updated 2 years, 5 months ago ago by Rose Tyler
https://imgur.com/uDZads4
As shown in the image, I want to change the font of the price, but in customize I found nowhere to modify it.
Pls help me to change the price font size to the same as the product title and color change to 473E81
Hello,
Add the next code in Theme Options > Theme custom CSS:
.single-product .product-content .price {
color: #473E81;
font-size: 24px;
}
Regards
Tagged: change, font, price, single-product page, template, woocommerce, wordpress
The issue related to '‘How to change the font of price on single product page?’' has been successfully resolved, and the topic is now closed for further responses