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.
Hiw is it possible to change the color of only the place order and add to cart button?
Hi there,
We don't provide support for customizations but i will try to help you this time. Please send us the exact places where those buttons are and I will try to give you the code to change their color.
Thank you very much!
https://www.tha-plug.com/product/ballin-no-nba/ => the "add to cart" button
https://www.tha-plug.com/cart/ => "Preceed to Checkout" button
https://www.tha-plug.com/checkout/ => the "Place Order" button
Hi tha-plug,
Please add the code below to Custom CSS
.woocommerce .item-info .group_table .button, .woocommerce .item-info form.cart .button { background: red !important; } .woocommerce .item-info .group_table .button:hover, .woocommerce .item-info form.cart .button:hover, .woocommerce .item-info .group_table .button:active, .woocommerce .item-info form.cart .button:active { background: green !important; } .btn-primary, .checkout-button { background-color: red !important; } .btn-primary:hover, .checkout-button:hover { background-color: green !important; color: #fff !important; }