Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Silkalns

    (@silkalns)

    Add this code to Theme Options – Other – Custom CSS.

    It will hide slider for all devices that are narrower than 767px.

    @media screen and (max-width: 767px) {
        .flexslider {
            display: none;
        }
    }
    Thread Starter Renzo Campanella

    (@rcamp57)

    Great, it works perfectly.
    Thank you very much for your support

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove slider only from mobile’ is closed to new replies.