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

    Hi,

    On my homepage – http://sumeerali.com/ – I have 2 full width slider. I would like to hide the one that is playing the youtube video on mobile (just this one). Is that possible?

    #737121

    Hey navindesigns,

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

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

    Best regards,
    Rikard

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