Hi there, I am attempting to round the corners of my Ubermenu menu but I want to round only the bottom corners, whilst leaving the top corners standard.
.ubermenu-nav .ubermenu-submenu {
border-radius: 5px;
}
I have used this and it changes both top and bottom. Any ideas?