Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1194766

    It’s possible to change the style size of the valute in the product list
    ES:
    € (have size 20px and padding 2px)

    PRICE (have size 18 px)

    thank you so much

    #1194902

    Hey jbond82,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1195228
    This reply has been marked as private.
    #1195354

    Hi,

    Try to remove this CSS:

    #top .price span {
        font-size: 18px !important;
        font-family: Montserrat,sans-serif;
    }

    Then add this instead:

    .woocommerce-Price-amount {
      font-size: 18px;
    }
    
    .woocommerce-Price-currencySymbol {
      font-size: 20px;
    }

    Best regards,
    Rikard

    #1195397

    don’t work it

    #1195466

    Hi,

    You can try to add !important after the arguments.

    Best regards,
    Rikard

    #1195468

    PERFECT! it work!!

    thank you so much

    #1195624

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change font of price valute’ is closed to new replies.