Hello Everyone!
I am having a issue related to the Turbo Theme.
In the mobile layout the header show two main menus.
One with heading and one with the side bar.
How to remove the menu heading from the header please guide me.
I am attaching the SS below for further reference.
This issue is occurring in mobile layout only.
I am using the Turbo theme new.
Hi,
The hide the Menu title, please add the code below in to Assets / styles.css (Online Store > Actions > Edit code > Assets).
span.mobile-menu-title {
display: none !important;
}
Hope it helps.
Thanks.
Hi,
If you share your link, it would be better to find out the solution.
Please try this code.
#header span.menu_title {
display: none !important;
}
Hope it works.
Thanks.