css - How to style secondary nav menu without affecting main nav? -
i added secondary navigation menu (above header) , it's dropdown menus same main navigation dropdowns. i'm wanting style them separately without messing main nav. ideas how this? i'm trying right align it. this test site.
you've given secondary menu class of nav-secondary
. result, can use alter styles of in menu via .nav-secondary .another-selector
. example:
.nav-secondary .sub-menu { color: blue; }
Comments
Post a Comment