Apply custom styling to fourth level items
The Theme Editor in Max Mega Menu will let you apply styling to the First, Second and Third level items within your menu. The Fourth level items will inherit the Third level styling.
To style the Fourth level items, go to Mega Menu > Menu Themes > Custom Styling and add the following:
1 2 3 4 |
#{$wrap} #{$menu} > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #{$wrap} #{$menu} > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item li.mega-menu-item > a.mega-menu-link { color: red; } |