Hi
How can I add CSS for a border radius to the drop down sub-menu background?
many thanks
Hi envapk2!
Thank you for using Enfold.
Please post a screenshot on how you want the submenu to look like. You can use imgur, dropbox, clipular etc.
Regards,
Ismael
Hi!
Thank you for the screenshot.
Use this on Quick CSS or custom.css:
ul.sub-menu {
border-radius: 10px;
}
.av-main-nav ul li:first-child, .av-main-nav ul li:first-child a {
border-top-right-radius: 10px !important;
border-top-left-radius: 10px !important;
overflow: hidden;
}
.av-main-nav ul li:last-child, .av-main-nav ul li:last-child a {
border-bottom-right-radius: 10px !important;
border-bottom-left-radius: 10px !important;
overflow: hidden;
}
Best regards,
Ismael
Hi Ismael
That’s perfect
many thanks
Peter