- This topic has 2 replies, 1 voice, and was last updated 1 month, 1 week ago by .
Viewing 2 reply threads
Viewing 2 reply threads
- You must be logged in to reply to this topic.
Home › Forums › SpyroPress Themes › Aduma › Mobile View menu icon color
Hi
You can use custom css code to change color for hamburger menu on mobile:
@media screen and (max-width: 1199px){
.navbar-toggle .icon-bar {
background: red!important;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
background: #e1a136!important;
}
}
Hope that helps.
Hi
I need to change the navigation bar on android.