How can I make the slider display only the slide title on mobile devices?
My issue is this, when the website is viewed on a mobile device the title in the slider is viewable but the text below that is cut off.
How can I make it so only the title appears in the slider when being viewed on a mobile device?
Or is there another way to resolve this issue?
Thank you!!
Hi Micheal0424!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.avia-caption-content, #top .avia-slideshow-button { display: none !important; }}
Cheers!
Yigit
Worked perfectly, thank you!!