Font-size .price - by GEMA - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler

  • Avatar: rrmibiza
    GEMA
    Participant
    May 10, 2018 at 10:24

    Hello I try to change the font-size at price in product list

    I´ve changed .price in style.css (line 7141), but .price have inherit style but i don´t know where is .
    https://prntscr.com/jg17f2

    Best Regards

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 10, 2018 at 10:32

    Hello,

    Please do not edit style.css file of the parent theme, because changes will be lost after theme update. Custom css code can be added in Theme Options > Custom css of in style.css of a child theme.
    Try to add this code in Custom css via Theme Options:

    .product .price {
        font: 35px 'Roboto', Arial, Helvetica, sans-serif;
        font-weight: 500;
    }

    Regards

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

The issue related to '‘font-size .price’' has been successfully resolved, and the topic is now closed for further responses

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