Okay
  Public Ticket #1074753
change size of letter
Closed

Comments

  •  1
    ivaninti started the conversation

    hi, how can i change the size of the prices ok the blue square, to make them smaller, and the other hand, i need to make bigger the numbers in the red square.


    thanks in advance !!!

  •  1,558
    Laborator replied

    Hi there,

    Try pasting the following code in your Custom CSS to get the desired result:

    .woocommerce .product .item-info .price,
    .woocommerce .product .item-info .price>.amount {
       font-size: 20px !important; 
    }
    .single_variation_wrap .woocommerce-variation.single_variation .price>.amount {
      font-size: 35px !important;
    }
    

    If you don't know how to add custom CSS, follow instructions here: http://documentation.laborator.co/kb/kalium/adding-custom-css/


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group