• Resolved jccho96

    (@jccho96)


    Hello currently the Product Price on the product catalog page as well as single product page are set to bold. I’d like to change this to regular as well as make some font size adjustments. Can you please let me know how to do this? Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @jccho96,

    Try this CSS code and add it to Appearance > Customize > Additional CSS from dashboard.

    .woocommerce ul.products li.product .price .woocommerce-Price-amount,
    .woocommerce div.product p.price .woocommerce-Price-amount {
        font-weight: 200;
        font-size: 60px;
    }
    Thread Starter jccho96

    (@jccho96)

    Thank you

    • This reply was modified 2 years ago by jccho96.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to customize price on product listing and single product’ is closed to new replies.