Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #763249

    How do I turn off Slider from the Home Page on mobile to increase page speed? I have tried the following code with no luck.

    @media only screen and (max-width: 767px) {
    .home #av_section_1 .avia-slideshow { display: none !important; }
    }

    #763265

    Hey Beth,
    You code worked for me on mobile and showed it on tablet and above. Is that what you wanted? Did you refresh after adding it to your General Styling > Quick CSS field?

    Best regards,
    Mike

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