Comments 11RanebrookZina started the conversationDecember 16, 2021 at 4:22pmHello. Could you help me change the theme colour? The one, that's not visible on the website, but on mobile, I can see it when opening the menu. Many thanks 3,278Austin repliedDecember 16, 2021 at 4:35pmHi there,You can change this at Salient options menu > header navigation > Off canvas menuRegards, 11RanebrookZina repliedDecember 16, 2021 at 4:46pmIt didn't work. It changed the menu button colours, but not the background. 3,278Austin repliedDecember 16, 2021 at 4:55pmHi again,This CSS might help. #slide-out-widget-area.slide-out-from-right, #slide-out-widget-area.slide-out-from-right:not(.fullscreen-alt):not(.fullscreen) { background-color: #032142 !important; } Regards, 11RanebrookZina repliedDecember 16, 2021 at 5:00pmIt changed the colour, but not entirely. Please see the screenshot 3,278Austin repliedDecember 16, 2021 at 5:30pmHi again,Use this instead. #slide-out-widget-area:not(.fullscreen-alt):not(.fullscreen), #slide-out-widget-area-bg.fullscreen, #slide-out-widget-area-bg.fullscreen-split, #slide-out-widget-area-bg.fullscreen-alt .bg-inner, body.material #slide-out-widget-area-bg.slide-out-from-right { background-color: #a46497 !important; } Regards,1 Like 11RanebrookZina repliedDecember 16, 2021 at 10:10pmThank you, it worked :) Sign in to reply ...
Hello. Could you help me change the theme colour? The one, that's not visible on the website, but on mobile, I can see it when opening the menu.
Many thanks
Hi there,
You can change this at Salient options menu > header navigation > Off canvas menu
Regards,
It didn't work. It changed the menu button colours, but not the background.
Hi again,
This CSS might help.
#slide-out-widget-area.slide-out-from-right, #slide-out-widget-area.slide-out-from-right:not(.fullscreen-alt):not(.fullscreen) { background-color: #032142 !important; }Regards,
It changed the colour, but not entirely. Please see the screenshot
Hi again,
Use this instead.
#slide-out-widget-area:not(.fullscreen-alt):not(.fullscreen), #slide-out-widget-area-bg.fullscreen, #slide-out-widget-area-bg.fullscreen-split, #slide-out-widget-area-bg.fullscreen-alt .bg-inner, body.material #slide-out-widget-area-bg.slide-out-from-right { background-color: #a46497 !important; }Regards,
Thank you, it worked :)