how do I get rid of this in the menu
-
No idea how it got there.
I have tried forever to get rid of it and it always stays there.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.menu-label-primary {
background-color: transparent;
}
Best Regards
that did not work.
See attached
Attachments:
You must be
logged in to view attached files.
that did not work.
See attached
But it is smaller now 🙂
Attachments:
You must be
logged in to view attached files.
Hello,
Please remove the menu item from the menu and try re-adding it then check back after clearing cache.
Best Regards
no it just moved it to the next menu item when I removed that one,
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
span.menu-label.menu-label-primary {
display: none;
}
Best Regards