Tagged: caption, Desktop, Fullwidth Easy Slider, mobile
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!
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
Great! Thank you!