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 - I cannot figure out how to make the hamburger menu background black. The CSS and settings I have in place work in Firefox but not Safari or Chrome. I am using the default menu color scheme. Can you let me know why what I have in place is not working in all browsers? Thank you.
{"wp":{"use":false,"adminUrl":"pantellodev.us/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
Hi there,
Try adding the following CSS to Custom CSS:
header.main-header .full-screen-menu, header.main-header a { -webkit-animation: none; animation: none; }The animation is why the menu is not showing the background.
Best regards,
Laborator Team
That worked. Thanks.