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.
When the menu becomes mobile, the background/overlay color is blue. I can't find where to fix that either in the css or theme options. What am I missing? Thanks!
Help? Thanks
Hi there,
To change that go to Custom CSS and search for this line of code:
/* Header: Mobile Menu Overlay Color */ .mobile-menu-wrapper.mobile-menu-fullscreen+.mobile-menu-overlay { background: rgba(68,132,206,0.9); }The rgba(68,132,206,0.9) is the color value in RGB format, and you will need to change that to the color you want.
Best regards,
Laborator Team
Perfect, thanks! Sorry I didn't find that one in the css.
Loren