Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24210

    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!

    #122741

    help help

    #122742

    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.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Add menu description’ is closed to new replies.