• I have a handheld menu that expands vertically and the icons look lonely.. it would be great if the link text actually showed next to the icons.. so when creating the menu item, it’s called “Link Text” but then confusingly when expanding the menu item configuration to the right it’s called “Navigation Label”.. either way, WordPress does not support a blank value, which is fine.. so what if the plugin respected a prefix like show.Facebook or show- or PaulClarkRules. and then showed any text after that for the menu item to the right of the icon.. you could even do something like showleft. and showright. or just left. and right. or whatever.

    Thanks for your consideration!

Viewing 1 replies (of 1 total)
  • Thread Starter amalg

    (@amalg)

    Nevermind.. based on this post, I figured out how to reverse it..

    https://wordpress.org/support/topic/navigation-label-is-showing-beside-icons/

    Here is the custom CSS I added to make the nav label show only in my handheld menu;

    /* show nav label next to social icons in mobile menu */
    ul#menu-mobile-menu li span.fa-hidden {
    position: inherit;
    left: inherit;
    top: inherit;
    width: inherit;
    height: inherit;
    overflow: inherit;
    padding-left: 0.5em;
    }

    Thanks for a great plugin!

    • This reply was modified 5 years, 6 months ago by amalg.
Viewing 1 replies (of 1 total)
  • The topic ‘Getting link text to show after icon’ is closed to new replies.