• Resolved macdesign13

    (@macdesign13)


    Is there a way to hide the images on mobile? I also use Mega Max Menu with this and it works great

    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 @macdesign13,

    Apologize for the delay. Can you provide me a screenshot with the images you want to hide in mobile?

    I also want to hide the images on mobile…..

    https://hmwd.nl/johnnydutch/

    • This reply was modified 5 years, 2 months ago by manuelputmans.

    On mobile the menu-images on https://hmwd.nl/johnnydutch/
    I would like to have the normal lay-out without images

    Plugin Author Rui Guerreiro

    (@takanakui)

    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. Let me know if necessary.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hide on mobile’ is closed to new replies.