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

    I tried adding the Quick CSS from all the other posts I found by searching the forum and none of them are working. At the bottom of my home page I have a slider that I dont want to show up on mobile. Any ideas?

    #403677

    Hi Brutalben!

    Try adding this to your custom CSS.

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

    Regards,
    Elliott

    • This reply was modified 9 years, 8 months ago by Elliott.
    #404038

    Thanks Elliot, worked great, awesome theme and support.

    • This reply was modified 9 years, 8 months ago by Brutalben.
    #404397

    Hey!

    Glad we could help :)

    Cheers!
    Rikard

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