Topic Resolution: Resolved
  • Closed
  • EMH
    Spectator
    April 25, 2015 at 10:43 pm #16868

    Hi
    is there any comprehensive menu css support for evolve?
    I’m having trouble changing the style of my menu.
    I want each menu link and corresponding submenu to have a different background color and I want to change the default background for active links from white.
    I’ve tried this css to change the white background but it doesn’t work:

    .parent-pageid-56 ul.nav-menu li.current-menu-ancestor li.current-menu-item > a, .parent-pageid-56 ul.nav-menu li.current-menu-ancestor li.current-menu-parent > a {
    border-top-color:#aaa;text-decoration: none; background:#debeb9;
    }

    I’m having similar problems with changing the top menu li backgrounds.

    Any advice gratefully recieved!

    Cheers!

    EMH
    Spectator
    Posts: 36
    April 26, 2015 at 12:04 pm #16883

    After a bit of trial and error I figured this out!

    ul.nav-menu li#menu-item-ID ul.sub-menu li.current-menu-item a{
    background:#debeb9;
    }

    Anonymous
    Inactive
    Posts: 49
    April 26, 2015 at 2:29 pm #16884

    Im glad you found a solution before we replied.

    Marking thread as resolved.

    Regards