• Resolved foyolyfe

    (@foyolyfe)


    Hello

    I have custom images for my menu on my website, and removed the menu description. Everything works fine with the plugin except that I can’t figure out how to remove the menu descriptions from the mobile menu. It shows the custom images from my website along with the menu descriptions.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    Can’t see the WP Mobile Menu active on your site?
    Can you activate it again so I can have a look?

    Thanks

    [ Signature moderated ]

    • This reply was modified 7 years, 6 months ago by Jan Dembowski.
    Thread Starter foyolyfe

    (@foyolyfe)

    I’m sorry. I just enabled it. Another problems that jsut popped up is now I have two mobile menus. The other wasn’t there before. I want to use the WP Mobile Menu for the image/icon feature. On my website its the one that says “Home”, not the hamburger icon. I’m still getting the text beside the images though.

    Thread Starter foyolyfe

    (@foyolyfe)

    I just figured out how to hide the mobile menu thats not needed. Just need to figure out how to remove the text from beside the images now.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Nice.

    Just add the code below to the custom css option in the General options tab.

    .mobmenu span.menu-image-title{
         display: none;
    } 

    Also add this code to style the menu items, since they have a different html markup.

    #mobmenuright a {
        width: 100%!important;
        padding: 6px;
        float: left;
    }

    Let me know if it worked fine

    [ Signature moderated ]

    • This reply was modified 7 years, 6 months ago by Jan Dembowski.
    Thread Starter foyolyfe

    (@foyolyfe)

    wow yep that did the trick. thank you so much.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Menu Text can’t be removed.’ is closed to new replies.