removing slider from mobile view

ThemeBurn SupportForumsWordPress ThemesShoppica WordPress Themeremoving slider from mobile view

This topic has been marked as not resolved.

Hi,

I want to remove layer slider from mobile view. I tries

#intro {
display: none !Important;
}

like you suggested here – http://support.themeburn.com/topic/remove-slider-on-mobile-version

But it only works on intro and not on layer slider. Could you please help? I do not want to make my slideer an intro as it looks different and also messes up with the slides count.

June 12, 2014 at 11:26 am #32297

Hi,

Use following code:

.ls-container {
display: none !important;
}

Best,
ThemeBurn team

June 13, 2014 at 10:32 pm #32318
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.