Desktop Header
-
Hi
The header hamburger menu wasn’t changing colour on the mobile site
it’s was white so it was hidden, all the settings said black, and on the other pages it was black. I Input this code
@media (max-width: 767px){
.wpmm_mobile_menu_btn,
.wpmm_mobile_menu_btn:hover {
color: #fff!important;
}
}
#wrapper.transparent .top_bar:not(.scroll) #logo_right_button a#mobile_nav_icon {
color: #000 !important;
}Which has fixed the mobile header, though now the header on desktop is short and not responsive
Please Help
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Desktop Header’ is closed to new replies.