Hi there,
On this site http://www.lisawaite.co.uk
is there some CSS with which I can hide the easy slider caption text (not title) on mobile devices and below? On certain devices, ie ipad mini and iphone, the caption text (not title) is getting cut off
Log in below
Thankyou!
Hey natashacs!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 769px) {
.avia-caption-content { display: none !important; }}
Regards,
Yigit
Hi Yigit, what would be the code to hide the caption title too on iphone?
thanks
sorry I mean to hide both the title and the caption?