Is there any posts that you know of to change the menu styling? I love a simple rollover list that changes the background block of colour like: http://css.maxdesign.com.au/listamatic/horizontal02.htm
Can you advise please?
Hey Paul!
You can add following code to Quick CSS in Enfold theme options under Styling tab
.av-main-nav > li > a { background-color: red; margin-left: 5px; }
.av-main-nav > li > a:hover { background-color: orange; }
Cheers!
Yigit
This doesn’t seem to touch the top navigation or do anything to the main navigation
This is the effect I want on the top menu:
http://css.maxdesign.com.au/listamatic/horizontal02.htm
Can you help?
Hi!
Can you post the link to your website? It does work fine on my local installation. You can try adding !important rule as following
.av-main-nav > li > a { background-color: red; margin-left: 5px; }
.av-main-nav > li > a:hover { background-color: orange; }
If still does not work, make sure that you are using the latest version of the theme
Regards,
Yigit