• Resolved thijsbouke

    (@thijsbouke)


    Hi!


    I’m using menu image to add social icons to the main navigation. It looks great on the desktop homepage but in the mobile version it shows both the text and the icon.
    Is there a way to remove the text on the mobile version?
    Cheers!

    Thijs

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

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

    (@takanakui)

    Hi @thijsbouke,

    Sorry for the delay, somehow I missed your topic.

    I had a look and your theme is changing the visibility of the text of the menu items in mobile.

    Add the code below in Appearance-> Customize -> Additional CSS

    .menu-image-title-hide .menu-image-title, .menu-image-title-hide.menu-image-title {
    display: none!important;
    }

    After that clear the browser cache and test again.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Will close the topic for now.

    Let me know if necessary.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile menu icons’ is closed to new replies.