Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Borders on Navigation Menu & Items

  • Hi

    How do I create borders on the navigation menu and menu items like in the archived site below?

    Thx
    Shaun

  • Hi there,

    it would require some CSS, try this:

    .main-navigation,
    .main-navigation li a {
        border-color: #ccc;
        border-width: 1px;
    }
    .main-navigation,
    .main-navigation ul ul li a {
        border-top-style: solid;
        border-bottom-style: solid;
    }
    .main-navigation li a {
        border-left-style: solid;
    }
    
    .main-navigation li:last-child a {
        border-right-style: solid;
    }
  • Thx David

  • You’re welcome

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