Home Forums WoodMart support forum How to change Font-size für Groundprice?

How to change Font-size für Groundprice?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #442172

    andreasne
    Participant

    Hi,

    i have set the normal price to a new color and size. But now the Groundprice is in the same size 🙁
    How can i change it?

    Attachments:
    You must be logged in to view attached files.
    #442181

    andreasne
    Participant

    OK… custom CSS 🙂

    .price-unit, .price-unit > .amount {
    font-size: 14px !important;
    }

    #442192

    Hello,

    You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

    #442194

    andreasne
    Participant

    Yes, but the problem is that the Advanced typography option can only change the product price. Then are both prices with the same style.

    #442329

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

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

    Please change the size as per your needs.

    Best Regards

Tagged: 

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