Home Forums Support Sub-menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #291242
    Anderson Ojope

    Hello!

    How do I leave the sub-menu with the edges corners rounded ?.

    I’ve tried to do some things here, but it did not work.

    http://prntscr.com/ejvr44

    https://goo.gl/XNX8Gs

    #291304
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this a shot:

    .sub-menu,
    .sub-menu > li:first-child > a {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    
    .sub-menu,
    .sub-menu > li:last-child > a {
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    #291360
    Anderson Ojope

    Thanks a lot for the help!

    #291568
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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