how to show slider caption on mobile devices
-
Hi. I tried implementing your suggestion made to another enquiry to display the slider caption text on a mobile device. It was
@media screen and (max-width: 768px)
.slider-caption .caption-description {
display: block !important;
}@media screen and (max-width: 480px)
.slider-caption {
display: block !important;
}When putting this in my custom css. I still don’t see any slider text on mobile. Can you advise?
The website is https://www.lottoticketmaster.com.
Thanks a lot for a great theme!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘how to show slider caption on mobile devices’ is closed to new replies.