Home>Support>Font size of the Price in Woocommerce bigger?

Font size of the Price in Woocommerce bigger?

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Is it possible to change the Font size of the displayed price in Woocomerce products? It is really to small.

URL: http://shop.lohntsich.de/shop

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    Hi 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.

  2. 10 years, 1 month ago Gunter

    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.

  3. 10 years, 1 month ago Magus
    Hi, I Work Here

    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

  4. 10 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    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 :)

  5. 10 years, 1 month ago Gunter

    Hi Magus and Andrew,

    thank you very much for your very fast support, this works perfect.

  6. 10 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More