• Resolved manuelputmans

    (@manuelputmans)


    I would like to show a normal mobile menu without any images. So; on desktop and tablet, the used images, on mobile the titles in menu-tiems without images. So disable all the images on mobile; Is that possible?

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Yes, I need this too, please 🙂

    Hey @manuelputmans & @alberta26!

    How about using @media in css? if there are classes and IDs, You can try hide it on mobile devices.

    Mateusz.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @xszejdi @alberta26 @manuelputmans

    Sorry for the late reply. Let’s try the following CSS.
    Add it to the theme customizer-> Additional CSS

    @media only screen and (max-width: 980px) {
    .menu-image-title-hide .menu-image-title, .menu-image-title-hide.menu-image-title{
    display: block!important;
    }
    .menu-item a img, img.menu-image-title-after, img.menu-image-title-before, img.menu-image-title-above, img.menu-image-title-below, .menu-image-hover-wrapper .menu-image-title-above{
    display: none!important;
    }
    }

    Don’t forget to clear the cache and test again.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Will close the topic for now.

    Michiru Maeda

    (@michirumaeda)

    Hello thank you for the solution. It works now. One question though, is the contact on your website (jedipress.com) legit?

    Would like to contact you for an enquiry if I can’t solution in the forum. I was hesitating to send an email because the text was using lorem ipsum.

    Thanks

    Plugin Author Rui Guerreiro

    (@takanakui)

    Great. Use this email
    [support AT wpmobilemenu DOT com]

    Hello,

    I tried the code above and it did not work.

    I have also tried the following, seen in another forum post, without luck.

    .fusion-mobile-nav-item .menu-image-title-hide .menu-image-title {
    display: none;
    }

    I am using the OceanWP Theme. Any more ideas?

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Hide images on mobile’ is closed to new replies.