Home › Forums › CSS › menu with different items color › Re: menu with different items color
May 8, 2012 at 2:32 am
#102483
Member
if i get it right:
how do you apply your stlyes to each button? if you have a class like
.about-us {background: ..}
, you could style the submenu with
.about-us li {background: ..}