Slider on Mobile Devices

Hello!
I’d like to know how to remove the slider in mobile devices with small screens.
Notice that I’d like it to appear in bigger screens, I only wish to remove it from smaller devices.
Thanks in advance! :slight_smile:

Hi @gabrielbringmann,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

@media (max-width: 768px){
  .flexslider{
    display: none;
  }
}

Best Regards,
Movin

Do not work. :frowning:

Could you please share me your site URL where it is not working so that i can troubleshoot it?

http://www.take0.com.br/

I have modified the shared CSS code to make it work on your site so could you please try using this updated CSS code?