This topic has 2 replies, 2 voices, and was last updated 3 years, 10 months ago ago by Rose Tyler
Hello
I look around but i didnt find where i can change the font size of the price and the color when im on shop page or archive page.
thanks in advance
Arthur
Hello,
Add the next code in Theme Options > Theme custom CSS:
.content-product .woocommerce-Price-amount {
font-size: 15px;
color: #24c8e5;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up