Jump to content

[SOLVED] Delete menu icon from mobile layout


Recommended Posts

Hi @Sangala,

Got to your_theme > templates > partials > header and look for the id="menu-icon" div, you can delete it here or just edit style in your custom.css file (assets > css) to add a display: none to #menu-icon for example. If you chose to modify the template, it's best to create a child theme.

Link to comment
Share on other sites

1 hour ago, Minsky_ae said:

Hi @Sangala,

Got to your_theme > templates > partials > header and look for the id="menu-icon" div, you can delete it here or just edit style in your custom.css file (assets > css) to add a display: none to #menu-icon for example. If you chose to modify the template, it's best to create a child theme.

Hello minsky_ae

removing from partials- header really work- thank you so much

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...