Site logo

Archived topic

Sub-menu

3 replies · Started by Anderson Ojope on March 14, 2017

Viewing posts 1–4 of 4

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;
}

Thanks a lot for the help!

You're welcome :)

This archived topic is closed to new replies.