If you hide the 3 bars on mobile, it will remove access to the menu entirely, so if you ever decide to add a menu to your header, you would need to remove this code.
When you set up your theme, did you create a child theme?
In the child.css file, add this:
.header__mobile-menu-open-icon {
display: none;
}
If you don't have a child theme, then you would need to add this to the Site Page Header HTML in the settings.
Note: if you didn't set up a child theme initially, I wouldn't go back and create one now or you would have to rebuild your pages using the new child theme.
If my reply answered your question please mark it as a solution to make it easier for others to find.
If you hide the 3 bars on mobile, it will remove access to the menu entirely, so if you ever decide to add a menu to your header, you would need to remove this code.
When you set up your theme, did you create a child theme?
In the child.css file, add this:
.header__mobile-menu-open-icon {
display: none;
}
If you don't have a child theme, then you would need to add this to the Site Page Header HTML in the settings.
Note: if you didn't set up a child theme initially, I wouldn't go back and create one now or you would have to rebuild your pages using the new child theme.
If my reply answered your question please mark it as a solution to make it easier for others to find.