Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #717984

    Hi, I have an offer with a former price and a new one on home. It´s a woocommerce product.
    I would like to make the dashed price smaller.
    Where can I edit that css? I attach an image.

    thanks!!!

    #717994

    Hi cipriana!

    Please add following code to Quick CSS

    del .amount {
        font-size: 12px!important;
    }

    Best regards,
    Yigit

    #718175

    Hi, this only reduces the amount, but not the € symbol.
    I attach an image.

    How can I include the symbol?

    Thanks!

    #718277

    Hi,

    Please try changing the code to following one

    .woocommerce del * {
        font-size: 12px!important;
    }

    Best regards,
    Yigit

    #718419

    Hi, no, nothing happens.

    #718473

    Hi,

    Can you please post the link to your page where we can see your former prices?

    Best regards,
    Yigit

    #718475

    Yes, of course

    #718477

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .product del span {
        font-size: 16px!important;
    }
    

    Best regards,
    Yigit

    #718480

    Now yes! thanks!

    #718483

    Hey!

    You are welcome!
    Let us know if you have any other questions! :)

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Make former price smaller’ is closed to new replies.