Hide slider only in mobile

Hi, first of all congrats on this theme. It’s great!

Now, I want to show the slider for desktop users but hide it for mobile users. How do I do that?

Thank you!

I figured it out. Just change “flex-caption” to “flexslider” on style.css

@media (max-width: 768px) {
  .pull-right {
    float: none !important;
  }
  .pull-left {
    float: none !important;
  }
  .flex-caption {
    display: none;
  }
}

Hi @urbanopaiva,

Awesome great to see you got that achieved.

Please advise if you have more questions.

Have a fantastic day!

Cheers,
Movin