hi,
I used the following code to remove the slider from the home on the mobile:
@media only screen and (max-width: 480px) {
.home .avia-slideshow-1 {
display: none;
}}
To delete all the sliders on the site always on the mobile, you can recommend something?
thanks
Mark
Hey Mark!
You will have to target the sliders, like the one you did now, to achieve it for all.
Cheers!
Basilis
Thanks for the answer, but honestly I did not understand.
However, the demo site I’m working on, the slider on the home is gone !!
web: http://goo.gl/KiH1Br
Hi!
I think what Basilis meant was to be sure that you are hiding them all, you will have to inspect them all and add the CSS for each individual one, unless you are using the same setup on each page? Then it should probably be the same CSS on each page so the the CSS you currently have should work across the site if you remove .home
Cheers!
Rikard