Archived topic
Sub-menu
3 replies · Started by Anderson Ojope on March 14, 2017
Viewing posts 1–4 of 4
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.
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.