Only show menu icon (hide the text)

Viewing 2 posts - 1 through 2 (of 2 total)
  • #22197
    Zeror
    Participant

    How can i show only the menu icon and hide the text in Enlightenment theme?

    #22199
    Zeror
    Participant

    Never mind. Already found out how to do this. The base of it is this code:

        .menu-icon-only a {
            visibility: collapse;
        }
    
        .menu-icon-only a span {
            visibility: visible;
        }

    Use the class menu-icon-only on your wordpress menu-item where you want to show only the menu icon. It might need some extra attributes to adjust some paddings, margins, height etc.. Depends on your menu styling.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.