Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1413609

    I wondered if you can help.
    When we select ‘hide on mobile’ on the layerslider, it still shows on mobile.

    #1413638

    Hey whdsolutions,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .home #layer_slider_1 {
      display: none;
    }
    }

    Best regards,
    Rikard

    #1414491

    Awesome ¬ Thank you!

    #1414509

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1414546

    The layer slider setting for the slider in question is really only suppressed for mobile devices – not for small screen sizes. Or was your slider indeed displayed on mobile phones despite the setting?

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