Comments 1ivaninti started the conversationFebruary 24, 2017 at 7:23pmhi, 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,558Laborator repliedFebruary 27, 2017 at 12:02pmHi 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 Group1 Like Sign in to reply ...
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 !!!
Hi there,
Try pasting the following code in your Custom CSS to get the desired result:
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