• Resolved tuomosgames

    (@tuomosgames)


    My homepage works fine on desktop but on mobile, people can’t open the hamburger menu.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi, @tuomosgames!

    I checked your site with mobile view on browser and I can open the hamburger menu, as you can see here. Also, I verified it on both Android and IOS devices and the hamburger menu can be opened.

    Do you still encounter this issue?

    Hi Have a similar issue, with the hamburger menu show as white.

    I have used the following ccs, but it doesn’t appear to be working

    The site is: https://target-construction.co.uk

    Thank you

    Hi @razorsharp!

    Thanks for choosing Neve!

    The color of the menu button and the search icon is set as white on mobile, this is why they are not visible. Please insert the code below in the Additional CSS section within the Customizer. Feel free to change the color with the desired one.

    @media (max-width: 700px){
    .financity-mm-menu-button.financity-mobile-menu-button.financity-mobile-button-hamburger {
        background-color: black !important;
    }
    
    i.fa.fa-search {
        color: black !important;
    }
    }

    Have a nice day!

    Thank you

    I’m happy I could help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hamburger menu doesn’t work on mobile’ is closed to new replies.