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

    Hi!

    Is there a way to display the captions on fullwidth easy slider on desktop only ? On mobile the text is almost as big as the image so you can hardly see the image behind it.

    Thanx!

    #569056

    Hey Paul!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    .slideshow_caption { display: none !important; }}

    Cheers!
    Yigit

    #569059

    Great! Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Display captions on Fullwidth easy slider on desktop only ?’ is closed to new replies.