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?