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.
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.
Will close the topic for now.
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
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?