This topic has 6 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler
How do I remove the dropdown arrows from my main menu? I know it is showing that there are subnavigation options within those but I would like to remove them regardless.
Hello,
Please add this code in Theme Options > Custom css:
.menu > li.menu-item-has-children > a:after {
display: none;
}
Regards
That didn’t seem to work, can I have you take a peek at it?
Please clear cache and check one more time http://prntscr.com/l3v1o2
Regards
That worked, thanks so much for your help!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up