• Resolved Blake

    (@alexanderblake)


    I have changed other colors using some of the advice in these threads, but I’m having trouble locating the correct line of code to change for the menu tiles. Right now they’re the stock green color. Can you provide the code to change them?

    Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter Blake

    (@alexanderblake)

    We can mark this as resolved. Here is the CSS I did: (replace the #color with what you want.

    /* Top nav-menu Color */
    #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a, #menu li.sfHover, #menu li.sfHover a {
    color: #fff;
    background: #C04126;
    }
    
    /* Top nav-menu Color on Hover */
    #menu .sf-menu li li a.selected, #menu .sf-menu li li a:hover {
    color: #FFFFFF;
    background: #C04126;
    }
    
    /*child menu color */
    #menu .sf-menu li li {
    background-color: #C04126;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Change nav-menu colors’ is closed to new replies.