Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
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:
.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