How to remove Homepage slider in mobile view?

Home Forums BeFit Theme Support How to remove Homepage slider in mobile view?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #86431
    manuel.nellesmanuel.nelles
    Member
    • Topics: 8
    • Replies: 20
    • Total: 28
    Member since: September 13, 2017

    Cheers guys,

    sorry, I have a lot of questions in the moment, but I promise it will get better soon. Just fixing all details on the website.

    How can I completely remove the Homepage Slider in mobile-device view? It doesnt work correctly and I decided to remove it completetly.

    www.manuel-nelles.de

    regards Manuel

    #86465
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30623
    • Total: 30623
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    @media screen and (max-width:479px) {
    .slider-main { display:none !important;}
    }

    Regards,
    Chris

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