Comments 7lofoxx started the conversationApril 14, 2020 at 1:55pmWhen 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! 7lofoxx repliedApril 15, 2020 at 11:13amHelp? Thanks 1,558Laborator repliedApril 15, 2020 at 12:40pmHi 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 Documentation Join Kalium Users Group 7lofoxx repliedApril 15, 2020 at 3:25pmPerfect, thanks! Sorry I didn't find that one in the css.Loren Sign in to reply ...
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:
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