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;
}
}
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).