Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #296881

    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;}
    }

    #296885

    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

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