Tagged: caption title, fullscreen slider, smartphone
Hi there,
Is there quick CSS to remove the caption title on the fullscreen slider viewed on a smartphone.
Thanks!
Hi Elvira!
Add this to your custom CSS.
@media screen and (max-width: 767px) {
.slideshow_align_caption { display: none !important; }
}
Best regards,
Elliott
Thanks Elliott! This worked as I wanted it to :)