Hide Slider on Mobile

Home Forums Fitness Pro Forum Hide Slider on Mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #84056
    ftlechftlech
    Participant
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: August 12, 2017

    How can I hide the home page slider on mobile devices? My website is www.carygym.com/ignite.

    Thanks!

    #84102
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    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:767px) {
    .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.