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

    Is there a way to make the Title Attribute of a menu item show up beneath the Menu?

    For example, getting this menu here:

    http://testing.sentinelpointe.com/

    To look like this menu here:

    http://sentinelpointe.com/

    Thank you!

    #223784

    Hey Andrea!

    You can actually add html codes on the navigation label. Go to Appearance > Menus then edit the menu item label, add something like this:

    Community<span class="descmenu">Senior Retirement</span>
    

    Add this on Quick CSS:

    .descmenu {
    position: absolute;
    bottom: -20px;
    left: 13px;
    width: 200px;
    font-size: 10px;
    }

    Regards,
    Ismael

    #223794

    Works great! Thank you!

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