CHANGING THE PRICE SIZE - by joestam - on WordPress WooCommerce support

This topic has 9 replies, 2 voices, and was last updated 3 years, 6 months ago ago by Olga Barlow

  • Avatar: joestam
    joestam
    Participant
    September 28, 2020 at 13:01

    hello how can i change the TEXT size of the products prices and make it bold? Also the color? Thanks

    8 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    September 28, 2020 at 16:14

    Hello,

    Do you want to change it on the single product page or on the shop page?

    Regards

    Avatar: joestam
    joestam
    Participant
    September 28, 2020 at 16:24

    Both please!

    Avatar: joestam
    joestam
    Participant
    September 29, 2020 at 09:53

    Dear Olga a suggestion if i may.
    There’s been 17 hours waiting for your answer. I understand that there is lot of users needing your help but instead of asking me which of the 2 solutions you could give me both and choose the one I need and I would not wait 17 hours.
    Thank you very much and keep helping…

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    September 29, 2020 at 16:50

    Hello,

    Take my apologies for the delay in answering. Add the following code to Theme Options > Custom CSS:

    /* To change price on grid */
    .content-product .price {
        font-size: 25px;
    }
    /* To change price on single product */
    .product-content .price {
        font-size: 35px;
    }

    Regards

    Avatar: joestam
    joestam
    Participant
    October 5, 2020 at 09:57

    Hello it working perfectly but i want it in black color
    thanks

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 5, 2020 at 16:10

    Hello,

    Then also add the color

    /* To change price on grid */
    .content-product .price {
        font-size: 25px;
        color: #000;
    }
    /* To change price on single product */
    .product-content .price {
        font-size: 35px;
        color: #000;
    }

    Regards

    Avatar: joestam
    joestam
    Participant
    October 6, 2020 at 09:11

    Thank you very much!

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 6, 2020 at 16:23

    You are welcome.

    Regards

  • Viewing 9 results - 1 through 9 (of 9 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.