How do we make the animated slider INVISIBLE on mobile PHONE devices ?
We do not want the animated slider on mobile PHONE devices .
===========
Look forward to your assist.
-turner2f
Hi Anthony!
Do you mean a “LayerSlider” with animated slider? If yes you can hide the slider with:
@media only screen and (max-width: 767px) {
.ls-wp-fullwidth-container{
display: none !important;
}
}
Maybe you need to change the max-width value – it depends on the phone screen size.
Cheers!
Peter
Yes.
I will give it a try.
Thank you.
It worked.