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 again!
I have a particular color as the background color on the website. But I want the footer and the menu bar in white color and background color as it is right now. (Edit this is fixed but help me with the other question)
Thanks!
And how can I change background color when hovering over a menu tab with the mouse?
(not fixed, help me :))
Thanks!
Hi Alexander,
Can you please send us your site URL first, so we can investigate your site and then get back to you with possible solution.
P.S. make sure you've disabled the Maintenance/Coming Soon mod
Best regards,
Laborator Team
.
Hi Alexander,
Add the following code in Custom CSS area to change the color:
header.site-header div.nav > ul > li:hover > a, header.site-header ul.nav > li:hover > a { background: red; }Best regards,
Laborator Team
Thanks!
But I have another question.
I want to have a space between the drop-down menu "Select an option" and add to cart.
Hi Alexander,
Add the following CSS to add margin to the bottom of the dropdown:
.shop-item-single .item-info.summary .variations { margin-bottom: 50px; }Best regards,
Laborator Team
Hi! Thanks it worked!
And last question, i want to change color on "Proceed to paypal" button in checkout. How can i do this?
This is the CSS for it:
.shop #place_order { background: red !important; }Best regards,
Laborator Team
Okay, thanks!
It worked :)