Font size of the Price in Woocommerce bigger?
Is it possible to change the Font size of the displayed price in Woocomerce products? It is really to small.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
6Hi Guntersn
Thanks for reaching out. The font size in question is being set from the WooCommerce stylesheet. Add the following to Appearance > Custom CSS to change it:
/* WooCommerce */ .woocommerce ul.products li.product .price { font-size: .857em; }Edit the value above as required. It will accept a px value like 14px for example.
Hope that helps.
Hi Andrew,
Thanks a lot. This helps very well nearly. I changed it to:
.woocommerce ul.products li.product .price { font-size: 20px; }But there is no change in the Single Article/Product-View. Will you give me an additional code for it, please?
Example: http://shop.lohntsich.de/produkt/3-x-wuerzoel-50ml-sparpack/
Thnks for your support.
Hi Guntersn
Please try this
.woocommerce div.product p.price, .woocommerce div.product span.price { font-size: 20px; }Let us know how you get on
Magus
Glad to hear you’re making progress. For the single product page, please try:
.woocommerce div.product p.price, .woocommerce div.product span.price { font-size: 1.25em; }Hope that helps :)
Hi Magus and Andrew,
thank you very much for your very fast support, this works perfect.
Awesome, glad to hear you made progress on this.
All the best :)
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.