Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #281758

    I’m trying to get subtext in in the main nav items similar to http://www.jodyjelas.com/. Is there a feature built in that I am overlooking? If not how can I add these in?

    #281907

    Hi Roger!

    Set the subtext here:

    Then add this to the Quick CSS:

    #avia-menu > li > a:after {
        content: attr(title);
        position: absolute;
    }

    It may need some styling but that would depend on the header type you have, can you post a link to your website please?

    Regards,
    Josue

    #289291
    This reply has been marked as private.
    #289293

    Hey!

    It looks great!

    Best regards,
    Josue

    #373236

    Hey,

    I have been working on this issue now for quite a while, but I can’t get it to work. The text that is supposed to end up below the menu items ends up next and below the items. I did everything the same as you described above.

    Any help? Thanks in advance

    #373259

    Hey!

    Can you send us a link so we can take a look?

    Cheers!
    Elliott

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.