• Resolved allansjackson

    (@allansjackson)


    I’m using the free version of Virtue and I’m finding it very good. The only thing I can’t find out how to do is put a background/hover colour behind the Primary menu. I found out how to change the secondary menu but not the primary.
    The site is here: https://www.robbiedunn.com.au/

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • hannah

    (@hannahritner)

    Hey,
    You can use this css:

    #nav-main ul.sf-menu a:hover {
        background: #333;
    }

    Just paste it in your custom css box in Theme Options > Advanced Settings.

    Hannah

    Thread Starter allansjackson

    (@allansjackson)

    Thanks Hannah
    It was just like you said. For anyone else with the problem the following alters both the background and the hover colors:

    #nav-main ul.sf-menu {
        background: #000000;
    }
    
    #nav-main ul.sf-menu a:hover {
        background: #4A4A4A;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Primary menu background color’ is closed to new replies.