Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #416439

    Hi!

    I used one of the codes from the forums for removing the caption from the slider when used on mobile phones. But now I can’t seem them when I am viewing the site on a desktop as well. Could you help me please?

    Thanks!

    #416906

    Hi Shawnlimws!

    use this code instead:

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

    Cheers!
    Andy

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