Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #249941

    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?

    #250000

    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

    #250149

    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?

    #250991

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.