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 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #53912
    lukasz9689
    Participant

    Hello,
    I have the problem with your template Ultimate. I can turn on slider of course. But when I turn on slider, it display for mobile phones, desktops and tablets. But I want to display my slider ONLY ON MOBILE DEVICES (not slider for desktop and tablets)? How can I do it? Can i get code css for this changing? because i think I can edit this option slider in css box theme, right?

    Please help me 🙂

    #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 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.