Hi, as per the Quick CSS code you suggested here – https://kriesi.at/support/topic/how-to-make-font-changes-in-woocommerce-single-product-page/
I noticed the Price also changed in all the small product boxes. Is there a way to make the change specific only to the price that shows under the product title inside a product page and not to take effect in all the product boxes as well?
http://screencast.com/t/9E1vGJg17A
To make it clearer, I want the price font to be the same as default for all the product boxes but to be bigger and in black under the title of the product inside a product page.
I hope it is clear :)
Hey!
Use this instead:
#top .summary .price span {
font-size: 30px;
color: black;
}
Cheers!
Ismael
Great. Thanks. Any update on when Version 3.0 will be released?
Hi!
It was released already. Please see – http://kriesi.at/archives/enfold-version-3-0-bigger-better-faster
Best regards,
Yigit