Greetings beautiful humans:
We have revolution slider disabled for mobile and added:
@media (max-width: 767px) {
.x-slider-container.below {
min-height: 300px;
background-image: url(https://tewero.nz/wp-content/uploads/2021/07/MobileCover1.jpg);
background-size: cover;
}
}
As suggested in a previous post, but it’s still not showing. How do we show a static image instead of the slider for mobile devices?
Thanks!