Archived topic
Woocommerce price typography size
7 replies · Started by Fernando Díaz Gascón on May 30, 2017
Maybe it is a doubt, maybe it is a suggestion. Testing the Woocomerce add-on, I dont find a way to modify the price size (the price showed under the product in the catalogue). It is possible to modify the color, but not the font size.
Is there a way? Will it be included in future releases?
Thank you
You can use the following CSS to style the woo price
.woocommerce ul.products li.product .price{
font-size: 20px;
}
Hi there,
I believe that will be added to the future versions. The CSS David provided should work for now.
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let us know if you need more info :)
Hi,
Is it possible to change the discount price without changing the usual price?
For font size?
Can you link me to the site in question?
I want to change the color on the discount price and an overline on the usual price.
Looks like you have a few issues here as the strikethrough should be showing by default and not added by GP: https://gpsites.co/target/product/beanie/
Any chance you can open a new topic? It will help us track the issues.
Thanks!
Ok, will do!