Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #662848

    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;
    }}

    #663271

    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

    #663282

    Sure. Posting the link under private content.

    #664603

    Hi,

    use this code:

    @media only screen and (max-width: 767px) {
    .avia-caption-title {
    display: none !important;
    }}
    

    Best regards,
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.