Hi
I’d like to know how to reduce the size of the caption text on the easyslider when viewing on a mobile device? I have the following code for reducing the size of the H2 but not the actual caption text.
If this still isn’t right how can i remove the caption all together when viewed on mobile?
Many thanks
Richard
Hey foggygolf30!
use this code in Quick CSS field:
@media only screen and (max-width: 736px) {
h2.avia-caption-title {
font-size: 10px;
}
.avia-caption-content {
font-size: 10px
}
}
Regards,
Andy
how can i remove both caption title and caption content when viewed on a mobile?