March 12, 2014 at 6:37 pm
#8675
Sanjip Shah
Participant
Hi Rikkie, In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’. Give it a try and see if this helps.
@media only screen and (max-width: 767px) {
.featured-slider { display: none; }
}