Archived topic
Navigation Menus
5 replies · Started by John on July 15, 2016
Is there a way to get rid of the downward arrow on the Primary Nav Menu and add custom arrows?
secondly, is there a way to have a different overline for each category in the menu like this photo from a website that is currently HTML

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;
}
Where do I add custom CSS, that option is missing in my version of your theme.
Also the selections you made on your menu are not available in mine either.
Is it because I am using a PC through Google Chrome possibly?
Adding CSS can be done like this: https://generatepress.com/knowledgebase/adding-css/
The Custom Class section is built into WordPress, so browsers or operating systems don't matter.
Make sure you follow the instructions on that page (clicking "Screen Options" at the top), as it's usually hidden by default.
The arrows are gone, thanks so much.
I will let you know how the classes work too once I do it.
Thanks so much for your help on this Tom.
John
You're welcome :)
