[Resolved] Customize menu

Home Forums Support [Resolved] Customize menu

Home Forums Support Customize menu

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #309778
    Erik

    Is it possible to customize the menuitems to tabs with space between the items and rounded corners?

    #309781
    Leo
    Staff
    Customer Support

    Hi Erik,

    Try this for rounded corners:
    https://generatepress.com/forums/topic/sub-menu/#post-291304

    and this for space between items:

    .main-navigation .main-nav ul ul li a {
        border-bottom: 2px solid #ffffff;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this is what you wanted.

    #309860
    Tom
    Lead Developer
    Lead Developer

    I assume you want rounded top corners with spaces between the actual top level menu items? If so, try this:

    .main-navigation .main-nav > ul > li > a {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        margin-right: 5px;
    }
    #310626
    Erik

    Great, thanks!!

    #310707
    Leo
    Staff
    Customer Support

    Glad we could help!

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