I want the Flexslider to show only when viewing site on desk top, and not on mobile or tablet. The mod allows turning the slider off or on in the admin/config, but its an all or nothing thing.
I added this bit:
Code:
.flexslider {display:none};
to the responsive_mobile and responsive_tablet css files. I added it it twice in each file - once in each under the portrait sections and once in each under the landscape sections. I just put it at the end of each section so I could find it easy to vary/undo.
Bookmarks