Change Hover effect
Hello,
this is really important!!!
How do I change the hover effect of the main menu. I want the same effect like http://www.markweston.co.za. I would have just an red line on the bottom, not a hover effect in the whole box.
Is that possible?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi
It’ll be something like this placed under Appearance > Custom CSS:
.main-navigation.sticky { border-bottom: 2px solid red; } .main-navigation ul li a:hover { border-bottom: 2px solid red; }red can be replaced with a hexadecimal color of your choice. If you remove the 1px padding you have in Custom CSS right now, the menu item hover will meet up with the menu bar border.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.