Viewing 8 posts - 1 through 8 (of 8 total)
  • #74105
    dvaltas
    Member
    Post count: 84

    How can I change the product price font size? I’ve tried from the theme’s font option size but nothing happens.

    Thanks

    #74213
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You mean on the product page? Add this custom css:

    .woocommerce div.product .summary p.price, .woocommerce-page div.product .summary p.price {
      font-size: 32px;
    }

    – Kyle

    #74330
    dvaltas
    Member
    Post count: 84

    Yes and for the shop page also.

    Thank you Kyle.

    #74423
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    And for the shop page add this:

    .product .amount {
      font-size: 24px;
    }

    – Kyle

    #74545
    dvaltas
    Member
    Post count: 84

    With this css it alters the size in shop page, but also the product as well. I have both css codes enabled.

    Thanks

    #74557
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok try this:

    ul.products .amount {
      font-size: 24px;
    }

    Make sure you remove:

    .product .amount {
      font-size: 24px;
    }

    – Kyle

    #74565
    dvaltas
    Member
    Post count: 84

    Great!

    #74567
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register