remove arrows for dropdown menu
-
i’m looking to remove the small dropdown menu indicator arrow from my main menu.
The blog I need help with is: (visible only to logged in users)
-
-
Hi there, this will do it for you.
@media screen and (min-width: 896px) { .main-navigation .menu-item-has-children > a::after { display: none; } }
- The topic ‘remove arrows for dropdown menu’ is closed to new replies.