Jump to content

Change the hamburger menu dropdown mobile


Hall

Recommended Posts

Hi, new to the forum so apologies if this subject has been touched before

I need to change the menu on mobile. When I go from desktop view to mobile view my menu headlines shrink into a hamburger menu in the top right corner.

This menu, on mobile, is added 'Sign up' and 'Login', which I do not have on desktop.

Can I not change that using css? the webpage is at b2ctest.aposave.com

Link to comment
Share on other sites

5 hours ago, dsonesuk said:

It is there, but hidden. If you wish to hide the login/register part it has a class for it parent ul element, so you can use


.alt-mobile-menu {
    display: none;
}

 

Thank you so much dsonesuk, I have been looking for that solution for some time now. Made my evening.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...