• Resolved obesmehn

    (@obesmehn)


    Hi

    The header hamburger menu isnt changing colour on the mobile site

    it’s white so its hidden, all the settings say black, and on the other pages its black.
    please help

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Thanks a lot for using WP Mega Menu and contacting us. Please apply the following CSS on Appearance > Customize > Additional CSS:

    @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;
    }

    Hopefully, it’ll work for you. You can change the color code as per your requirements.

    Let me know if you have more queries or issues.

    Regards,
    Mehedi

    Thread Starter obesmehn

    (@obesmehn)

    Thanks, it seems to have worked though now the bar on the mobilesite is gone, and now the desktop menu does not stretch to the sides anymore. Also the logo doesn’t show on mobile
    Thanks

    Thread Starter obesmehn

    (@obesmehn)

    @mehedih now the bar on the mobilesite is gone, and now the desktop menu does not stretch to the sides anymore. Also the logo doesn’t show on mobile
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile Menu Hidden in heading wrapper’ is closed to new replies.