Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • greinert Friend
    #198338

    Large mainmenu with multiple levels of submenus and using megamenu.

    Example on website …
    MAIN MENU is blue
    – LEVEL 1 SUBMENU is dark green
    — LEVEL 2 SUBMENU is dark green.
    — LEVEL 3 SUBMENU is dark green.

    How do I change LEVEL 2 to be a different color than LEVEL 1?
    How do I change LEVEL 3 to be a different color than LEVEL 1 and LEVEL 2?

    Ergo I want each submenu level to be a different color.

    I’m new at this so details please … name of file(s) to edit … details on what code I need to add/change/delete in each file.

    Thanks.

    chavan Friend
    #537320

    Go to this File: /templates/purity_iii/css/template.css

    /* First level Dropdown */
    .navbar-nav li .nav-child{
    background: #666666 ;
    }

    /* Second level Dropdown */
    .navbar-nav .level1 .nav-child{
    background: #FF0000 !important;
    }

    /* thirdlevel Dropdown */
    .navbar-nav .level2 .nav-child{
    background: #0000FF !important;
    }

    /* Fourth level Dropdown */
    .navbar-nav .level3 .nav-child{
    background: #00FF00 !important;
    }

    change the color to any you want.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  greinert 10 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum