Change font size of price? - by ryoeun0 - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 7 years, 8 months ago ago by Jack Richardson

  • Avatar: ryoeun0
    ryoeun0
    Participant
    August 17, 2016 at 15:32

    Hi,

    I would like to change the font size of the price in the shop page to size 14px but the font size of the price in single product page to 20px.

    So for example,
    https://www.autumnevematernity.com/shop/ <=== Price font size 14px
    https://www.autumnevematernity.com/product/demo-product-title/ <=== single product page price font size 20 px

    Also, How can I enable product title in the single product page to show up? Thanks again!

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 17, 2016 at 16:15

    Hello,

    As I see you’ve added this code in Global Custom CSS:

    .woocommerce div.product p.price, .woocommerce div.product span.price {
      font-size: 16px;
    }

    Change font size to 14px there.

    For single product page use this css code:

    .product-information .price {
      font-size: 20px !important;
    }

    How can I enable product title in the single product page to show up?

    Go to Theme Options > E-Commerce > Single Product Page > Show product name above the price > On.

    Best regards,
    Jack Richardson.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.