Archived topic
+ and squares in menu and menu drop down
5 replies · Started by Sol on February 10, 2021
Hello,
the site halingwithzen.com is showing + signs in the top menu items and then squares in the sub menu items (under what we heal). How can I remove these?
PS: love you guys
Hi there,
I've tried checking the site you've linked and I wasn't able to open it. Can you confirm if the URL provided is correct so we could inspect?
Let us know. :)
So sorry, Elvin! It's healingwithzen.com
Hi there,
to remove the submenu tofu icons use this:
.dropdown-hover nav:not(.toggled) ul ul .dropdown-menu-toggle:before {
display: none;
}
Or you can change them to a plus:
.dropdown-hover nav:not(.toggled) ul ul .dropdown-menu-toggle:before {
content: '+';
}
THANKS, DAVID, YOURE THE MAN.
You're welcome