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

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -