• Resolved meadwench

    (@meadwench)


    In my ongoing efforts to please an over-picky boss, they would like the 2nd level submenu to be a different color. So main menu one color, submenu a second color, and fly out 2nd submenu a third color.

    Suggestions on how to do this?

    Thanks!!

    Vicky

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter meadwench

    (@meadwench)

    Any chance this can be done? I’m up against a deadline and really want to resolve this issue. 3 colors of background and text for the main menu, sub menu and secondary sub menu.

    Thanks!!

    Vicky

    Theme Author ronangelo

    (@ronangelo)

    Target the 2nd level

    #menu-main .sub-menu {
        background-color: #fff;
    }

    3rd

    #menu-main .sub-menu .sub-menu {
        background-color: #fff;
    }

    4th

    #menu-main .sub-menu .sub-menu .sub-menu {
        background-color: #fff;
    }

    and so on…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sub menu second level color change’ is closed to new replies.