Hi,
This is my web site. https://www.mrt.ac.lk In my mega menu, I have added some images. I have a requirement that I want to remove those images only from the mobile menu. For people who uses the desktop, displaying the images is not an issue. But for the peole who uses the mobile, it is not convenient. Please help me.
Thanks
Hello
Please add the following custom css in file style of your front end theme to fix megamenu problem on mobile
+ replace 1000px with the screen size that image will be hidden, ex: 768px
+ replace #header-top-full .awemenu-nav .awe-block img with id/class of the image will want to hide ( inspect on chrome to find id/class)
+ screen size > 1000px : show image
http://prntscr.com/mkuvpy
+ screen size <= 1000px : hide image
http://prntscr.com/mkuw1g
Thank you for the help