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

    Hi,

    I tried to hide/remove Layer Slider’s thumbnail navigation in mobile view:

    @media only screen and (max-width: 767px){
    .ls-thumbnail-wrapper {
    display: none !important;
    }
    }

    That code didn’t work in quick css section. Any instructions?

    #849861

    Hey stakavainio,

    Please try this instead:

    @media only screen and (max-width: 767px) {
    .ls-thumbnail-slide {
      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.