Tagged: easy slider
How do I hide captions on images for Easy Slider on Mobile? I tried the below solution you guys gave in another thread but it did not work.
@media only screen and (max-width: 768px) {
.responsive #top .slideshow_caption {
display: none !important;
}}
Hi Sasidhar,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Sure. Posting the link under private content.
Hi,
use this code:
@media only screen and (max-width: 767px) {
.avia-caption-title {
display: none !important;
}}
Best regards,
Andy