Viewing 4 replies - 1 through 4 (of 4 total)
  • add custom css in your theme with this:

    .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price {
      font-size: 1.5em !important;
    }

    change 1.5 with your desired size

    Thread Starter emillioh

    (@emillioh)

    Hi,

    Thank you very much but only the size of the prizing has gone smaller…

    Thread Starter emillioh

    (@emillioh)

    The following code doesn’t seem to change the font size..

    .product_description {
    font-size: 10px;
    margin: 0 0 10px 0;
    text-align: left
    }

    .product_description h6 {
        font-size: 0.75rem; 
    }

    Hope this helps.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Product font size’ is closed to new replies.