Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #561779

    Hi there,
    Is there quick CSS to remove the caption title on the fullscreen slider viewed on a smartphone.
    Thanks!

    #561780

    Hi Elvira!

    Add this to your custom CSS.

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

    Best regards,
    Elliott

    #580722

    Thanks Elliott! This worked as I wanted it to :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Caption Title On Full Screen Slider Smartphone Only’ is closed to new replies.