-
Closed
-
Is there any way to customize the mobile menu like color?. There is nothing in the docs. Thanks
you can set some values in Theme Options -> Styling -> Mobile Menu Colors
I don’t have any mobile features in styling
I can sent you my login info in a private reply if you need
are you using the latest theme version? 2.7.0
Hi efrain,
Thanks for writing in. Firstly, I’d require the link of your website in order to take a closer look into it and so provide you with a possible solution.
Thanks.
Hi efrain,
In the version of 2.5.0 there is no option to change the mobile menu color so you can achieve that by custom CSS codes. Here are three codes to handle background colors hover colors and etc. Please add following code under Appearance > Theme Options > Custom CSS:
.mobile-nav-holder .mobile-selector, .mobile-topnav-holder .mobile-selector, #mobile-nav {
background-color: #e3e3e3 !important;
}
.mobile-nav-holder .mobile-selector, .mobile-topnav-holder .mobile-selector, #mobile-nav li a, #wrapper .header-social .mobile-topnav-holder li a, .catalog-ordering a, .order-dropdown > li:after, .order-dropdown ul li a {
color: #FFB917 !important;
}
#mobile-nav li a:hover {
background-color: #81d742 !important;
}
Hope this helps!
Thanks.
Hi Elijah,
Thanks for writing in, you can achieve that by adding following code under Appearance > Theme Options > Custom CSS:
span.glyphicon.glyphicon-align-justify:after {
content: " Menu ";
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-size: 20px;
}
Thanks.
Thank you so much for that! That worked perfectly. One last thing, for the search bar is there a way to make it always be white instead of just on hover?
The topic Mobile Menu is closed to new replies