Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #360683

    Hi there,

    For our website http://www.prijatelji.nl we wish to have a smaller font size for the original price
    and a larger font size for the discounted price.

    I have checked this link from Woocommerce but the css suggested there did not have any effect.

    Any suggestions?

    Thanx!

    #360748

    Hey Ben!

    Thank you for using our theme:

    Try to put the following in custom.css or Enfold->Styles->QuickCSS and adjust the values:

    
    #top .price del .amount{
    font-size: 15px !important;
    }
    
    #top .price ins .amount{
    font-size: 19px !important;
    }
    

    You may also change font color or other settings for the font.

    Best regards,
    Günter

    #361670

    Thanx Günter! That did the trick!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change font size original and discount price’ is closed to new replies.