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.
I changed my footer background color to black, now in mobile I can't see the hamburger menu because its black. How do I change the footer hamburger menu color for mobile?
Hi Conor,
Can you please write us your site URL here on comments first? We need to investigate your site and then get back to you if we have possible solution.
Here you go. www.typeaclothing.com
Hi Conor,
Can you please add the code below to Custom CSS
#toggle-menu-svg {
fill: red !important;
}
That changed the top menu red, I need the footer menu.
Hi Conor,
That is a .svg file and you can't change it's color through CSS.
Maybe you can change footer background to #333 or something else?
Ahhhh its an image. Now I see. I will find a way around that. Thanks
Hi Conor,
Good news, i found a solution, please use paste this CSS code on your Custom CSS area:
footer.site-footer .expand-footer { background: url(../images/expand-footer-inv.svg) no-repeat 50% 50% !important; }You the man!
I love it so I will later, no problem!
Hi Conor,
It would be great, thank you :)