How to make menu in mobile view

  1. How to make menu in mobile view?
  2. How to make the button looks exactly like on the demo mobile view? Because mine is only looks black square.

Here is my website link: www.febrianita.com

hey there

Hope you are having a good day and thank you for your question :slight_smile:

  1. hamburger meu - looks like someone commented/disabled important part of the theme in files, i see menu element is now commented and not rendered as a menu, you have to fix this

  2. menu color - Please add this CSS in appearance - customize - additional CSS

@media (max-width: 768px){
#masthead ul.nav ul ul {
background: #f8e4de;
}
.dropdown-menu> li> a {
color: #434343;
}
}

Thanks!
Colorlib Support Team

hamburger meu – looks like someone commented/disabled important part of the theme in files, i see menu element is now commented and not rendered as a menu, you have to fix this

which menu that has been commented? would you please tell me the part, so I can fix it. thank you.

Hello there,

I hope you are doing well today.

As stated before, it could be that case that the CSS or PHP code related with the menu icon for mobile.

You can start off by going to Appearance > Customize > Additional CSS and temporarily to remove any CSS added there then save the changes and reload the page.
Best Regards,
Support