This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

6
  1. Andrew Misplon Staff 10 years, 10 months ago

    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. Gunter 10 years, 10 months ago

    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. Magus Staff 10 years, 10 months ago

    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. Andrew Misplon Staff 10 years, 10 months ago

    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. Gunter 10 years, 10 months ago

    Hi Magus and Andrew,

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

  6. Andrew Misplon Staff 10 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread