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/
On mobile the menu-images on https://hmwd.nl/johnnydutch/
I would like to have the normal lay-out without images
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.
Will close the topic for now. Let me know if necessary.