Reply To: Navigation Menus

Home Forums Support Navigation Menus Reply To: Navigation Menus

Home Forums Support Navigation Menus Reply To: Navigation Menus

#210239
Tom
Lead Developer
Lead Developer

To remove the arrows: https://generatepress.com/forums/topic/arrow-on-menu-drop-downs/#post-172450

Where are you wanting to add custom arrows? Like in the screenshot?

As for your menu items, you’ll want to give them each custom classes: https://generatepress.com/knowledgebase/using-menus/#custom-classes

Then do something like this:

.main-navigation li.my-custom-class > a {
    border-top: 2px solid #222;
}