I'm using the built-in WP menu, and when I create sub-pages for a dropdown, the main list item is given a >> next to it. I need to remove this because I'm using CSS styling to indicate that it's a dropdown.
How would I remove that element? Thanks.
I'm using the built-in WP menu, and when I create sub-pages for a dropdown, the main list item is given a >> next to it. I need to remove this because I'm using CSS styling to indicate that it's a dropdown.
How would I remove that element? Thanks.
Try checking through the theme's stylesheet for the :before selector.
Thanks, but nope, couldn't be found.
Also, the ul.sub-menu is coming up with a set width element.style that overrides my CSS. How do I remove that too?
There's no inline style added to menu items in WP core - only classes. Perhaps it's coming from the theme?
This topic has been closed to new replies.