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.
Hello,
How can i enlarge font size Button, Price and Whishlist text.
Thank you
Hi Daniel,
This is for the price:
.laborator-woocommerce .product-single .entry-summary .price > .amount, .laborator-woocommerce .product-single .entry-summary .price span.woocommerce-Price-currencySymbol { font-size: 50px !important; }This is for the button:
.laborator-woocommerce .product-single .entry-summary .single_add_to_cart_button.button.alt.btn-default { font-size: 30px !important; }And this is for the Wishlist:
.yith-wcwl-wishlistaddedbrowse.show { font-size: 20px !important; }Best regards,
Laborator Team
Thanks a lot, but working only button.
Hi Daniel,
If you see in your previous ticket we provided the code for your price and that is why it's not working, because you have the code two times and the second time you put it on the CSS it didn't take any effect.
Best regards,
Laborator Team
Working good! Thanks!