hi
how can Enfold theme add menu description like this
http://kriesi.at/themes/habitat/
and drop down menu like this
http://www.dreambeautyprofessional.com/menu.png
i realy need help !
thank you very much!
help help
1) Enfold does not support such a menu description. You can try to use html code to “shrink” your menu item link text (eg with
<span style="font-size: 10px">My description</span>
2) You can change the color of the dropdown with
#top .header_color .main_menu .menu ul li a{
background-color: #333;
color: #fff;
}
Adjust the color values and insert the code into the quick css field.