badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

How to turn on slider ONLY on mobile devices

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #53939

    Hi lukasz9689,
    Go to Appearance -> Customize -> Design options -> Custom CSS paste the below CSS code and Click on Save & Publish button at the top of the options panel.

    .featured-slider {
           display: none;
    }
    @media only screen and (max-width: 767px){
       .featured-slider {
           display: block;
       }
    }

    Thank you

    #53954
    lukasz9689
    Participant

    Hello,
    Thank you very much for reply. I paste this code but its not working correctly. Slider display on desktop version but in mobile version not. Slider on mobile version not working. Why? I want to that slider will display ONLY IN MOBILE DEVICES, NOT IN DESKTOP(PC).

    Please, help once again 🙂

    #53963

    Hi @lukasz9689,

    Sorry! We have updated above custom css please use it and let us know.

    Thank you!

    #53975
    lukasz9689
    Participant

    hello once again 🙂
    Now is wonderful!!! 😀 Thank you very much!!! 😀 Everything working perfectly! 🙂

    #53979

    That’s great lukasz9689,

    Thank you!

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