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?
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
Thanks Elliot, worked great, awesome theme and support.