Price Fonts Position - by kidzyc - on WordPress WooCommerce support

This topic has 7 replies, 3 voices, and was last updated 8 years, 10 months ago ago by Eva Kemp

  • Avatar: kidzyc
    kidzyc
    Participant
    June 4, 2015 at 03:45

    Hi Eva,

    Could you tell us the exact position of price font? I couldn’t find it. I want to modify price number font.

    Thanks.

    6 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 4, 2015 at 07:36

    Hello,

    Here is how looks like code for price

    .price, .amount {
      font-family: "Open Sans", sans-serif;
    }

    For example, you can change it to

    .price, .amount {
      font-family: "Helvetica", sans-serif;
    }

    This change you need do in custom.css file.
    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

    Avatar: kidzyc
    kidzyc
    Participant
    June 4, 2015 at 08:15

    Thanks. Could you provide how to add google fonts code as well?

    Avatar: kidzyc
    kidzyc
    Participant
    June 4, 2015 at 09:04

    Sorry for bother you guys. Could you tell us how to modify sales price size bigger than regular price size? I mean modify red price size more bigger than the grey one.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 4, 2015 at 09:13

    Hello,

    Please try to add this code in custom.css file

    .price ins .amount{
    font-size:20px;
    }

    Regards,
    Robert Hall.

    Avatar: kidzyc
    kidzyc
    Participant
    June 5, 2015 at 00:37

    Thanks.

    The problem has been solved.

    Avatar: Eva
    Eva Kemp
    Support staff
    June 5, 2015 at 08:19

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

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

The issue related to '‘Price Fonts Position’' 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.