Archived topic
How to make navigation menu dropdown circular edged?
1 reply · Started by Jin on March 24, 2022
Viewing posts 1–2 of 2
I'd like to attach this CSS property to the primary navigation menu dropdown:
border-radius: 15px;
I've already done so for the mega menu dropdown. How can I do so for the default dropdown?
Hi Jin,
Try this:
.main-navigation ul ul {
border-radius: 15px;
}
This archived topic is closed to new replies.