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.

Sub-menu border/seperator

  • Hello,
    I am looking for css or setup for sub-menu as in the screenshot. Top border accent color and other separators black. is it possible? The border/separator should not be thick, the same as in the screenshot.

    https://imgur.com/JqTuqZL

    Thanks a lot.

  • Hi there,

    you can use this CSS to add borders to your sub menus:

    
    .sub-menu a {
        border-top: 1px solid #454545;
    }
    

    And to change the color of the very top border add this:

    
    .sub-menu li:first-child a {
        border-top-color: #f00;
    }
    
  • Awesome, Thanks for your support. It works fine.
    Good Luck.

  • Glad to hear that

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