Archived topic
Navigation sub-menu border radius when hovered
3 replies · Started by Aleksi on March 19, 2023
Hi,
Thanks for GP and GB,
How can i have navigation sub-menu stays with border radius when hovered?
Hi there,
you can hide the overflow ... IF... you don't want sub-sub-menis:
.main-navigation:not(.toggled) ul li:hover>ul {
overflow: hidden !important;
}
If you need sub-sub-menus then let us know, as that will require adding border-radius to the links too. So a different set of CSS
Thanks.
I will keep your response to add CSS to the links if needed. If it's not too complexe, should be able to do that quickly.
You're welcome
Let us know if you need any assistance with that