Archived topic
Navigation Rounded Corners
4 replies · Started by _blank on August 17, 2017
Hi
I'd like to add rounded corners to the Primary Navigation on the Background Hover (green square).
Can you tell me how to do this?
BTW love the new updates.
Thanks
Scott
Hi Scott,
Give this CSS a shot:
.main-navigation .main-nav ul li a:hover {
border-radius: 5px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Hi Leo
That worked thanks.
I will now need to had some space between the menu items. Can I do that under Customize settings or do we need more CSS?
http://dev1.mackiedesigncompany.com/
Thanks
Scott
Customizer should work: https://docs.generatepress.com/article/menu-item-height-width/#width
Thanks Leo