Mobile slider image

Discussion in 'Blackriders WordPress Theme' started by mschultz33, Mar 18, 2015.

  1. mschultz33

    mschultz33 Member

    Joined:
    Jan 13, 2015
    Messages:
    62
    Likes Received:
    0
    Can I remove the slider image from mobile? It's really slowing down the speed of the page on mobile.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi mschultz33!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    @media only screen and (max-width: 767px){
    .flexslider {
      display: none;
    }
    }
    Thanks,
    Praveen
     

Share This Page