I have tried the following to hide a post slider on smartphones; unfortunately, this Quick CSS entry also hides the thumbnail previews of blog categories in the grid layout. Is there a way to hide the post slider element, but leave the grid? Thank you! :)
@media only screen and (max-width: 767px) {
.avia-content-slider { display: none;}
}
Hi ecoresearch!
Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
and then give your post slider element a custom CSS class and add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class { display: none !important; }
Best regards,
Yigit