Home Forums Basel support forum Font Size

Font Size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6624

    IvyK
    Participant

    Hi,

    I need to reduce the price font size on product page.
    How can I achieve that?

    Also, Is It possible to change the font for price only? I know I can change It in the settings, but in that case It changes the font on many other places where I don’t need the change.

    Thank you!

    #6629

    Artem Temos
    Keymaster
    Xtemos team

    Hello,

    Thank you for the question.

    Try to add this code snippet for this task. Add it to the Custom CSS area in Theme Settings

    .single-product-content .price {
        font-size:22px; /*size of price*/ 
    }
    .single-product-content .price {
        font-family: Comic;/*name of font*/
    }

    Regards

    #6637

    IvyK
    Participant

    Thank you so much!
    Is there a code to change the price font on product categories pages as well?

    #6639

    Artem Temos
    Keymaster
    Xtemos team

    Yes, here is code for this

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

    Regards

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