Comments 1mulinaro started the conversationFebruary 4, 2018 at 10:04amHi guys, I'd like to disable Penci Slider ONLY for mobile. Displaying it on Tablets and Desktop is ok. Could you give me the CSS code? I assume it should be placed in "Design > Customizer > Featured Slider Options > Revolution Slider Shortcode"? Thx in advance! 2,700PenciDesign repliedFebruary 4, 2018 at 3:31pmHi,Please add more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 480px){ .featured-area{ display: none; } }Best Regards,PenciDesign Sign in to reply ...
Hi guys,
I'd like to disable Penci Slider ONLY for mobile.
Displaying it on Tablets and Desktop is ok.
Could you give me the CSS code?
I assume it should be placed in "Design > Customizer > Featured Slider Options > Revolution Slider Shortcode"?
Thx in advance!
Hi,
Please add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign