I would like the text/caption that comes up across a full screen banner to not appear on mobiles and tablets so that is does not cover the image. Is there a way to do this? Thank you.
Hi Laureninthailand!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.slideshow_caption { display: none !important; }}
Cheers!
Yigit
Excellent. Thank you!