Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #471833

    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

    #471836

    Hey Mark!

    You will have to target the sliders, like the one you did now, to achieve it for all.

    Cheers!
    Basilis

    #478738

    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

    • This reply was modified 8 years, 8 months ago by Mark.
    #478965

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.