Hi There, is there a way that I can remove slideshow captions only on mobile devices? The text covers the whole photo.
Remove Slideshow Captions Only On Mobile Devices
2 posts from 2 voices-
Posted 6 months ago #
-
You can try to add following css code to css/custom.css:
@media only screen and (max-width: 767px) { .caption_framed, .slideshow_caption, .slideshow_inner_caption { display: none !important; } }The css code will only affect devices with a screen width of 767px. Obviously you can change this value (eg set it to 1024px).
Posted 6 months ago #
Reply
You must log in to post.














