-
-
Hi,
where I can change the color background for the mobile menu?
I’ve chose: Responsive menu style > Side menù;
-
Hello,
You can use the custom css to change that. Try adding this css into your Custom Cs box:
@media (max-width: 480px){ .header_1 header#header { background-color: #9e8f6f !important; } }
Change the color to your wish.
Let us know.Best regards!
-
-
Hello,
The screenshot link, is actually a link to a file in your computer. Where did you add the code? Can you send a screenshot of it? Use one of the online sharing page such as https://postimages.org/
Best regards!
-
-
Hello,
Can you post a link of the site? The code is added correctly, so i need to check it to understand what is not as it should.
Best regards!
-
-
Hello,
I set the background color to red with the css code provided above and everything looks fine. See screenshot: https://ibb.co/duSzbd
Let us know if you mean something else.
Best regards! -
-
Hello,
To change the background color add this css:
@media (max-width: 979px){ .snap-drawer-left { background-color: #9e8f6f; }}
Do you want to change the logo of mobile menu? You can only do that using custom css.
To have a different logo for the mobile please refer to this related topic:Best regards!
-
Hello,
To change the background color add this css:
@media (max-width: 979px){ .snap-drawer-left { background-color: #9e8f6f; }}
Do you want to change the logo of mobile menu? You can only do that using custom css.
To have a different logo for the mobile please refer to this related topic:
https://support.codeless.co/?topic=mobile-logo-menu-color-changeBest regards!
-
-
Hello,
1-Yes, the css does just that. See screenshot: https://postimg.cc/image/jg75fqe7r/
Please clear cache and refresh page. If the result is still not visible, then add!important
to the code. Like this:@media (max-width: 979px){ .snap-drawer-left { background-color: #9e8f6f !important; }}
2-Add this css:
.mobile_small_menu.close:before { color: #920909 !important; }
Best regards!
-
Thank you so much! Works everything!
Just a cache problem!Leonardo
-
You must be logged in to reply to this topic.