[Resolved] Navigation Menus

Home Forums Support [Resolved] Navigation Menus

Home Forums Support Navigation Menus

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #210195
    John

    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

    #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;
    }
    #210323
    John

    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?

    #210351
    Tom
    Lead Developer
    Lead Developer

    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.

    #210370
    John

    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

    #210383
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.