Comments katrinachambers started the conversationOctober 29, 2017 at 6:10pmHello, is there an option to not show the featured slider on mobile device? 2,700PenciDesign repliedOctober 29, 2017 at 6:15pmHi,You can add more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 768px){ .featured-area{ display: none; } }Best Regards,PenciDesign Sign in to reply ...
Hello, is there an option to not show the featured slider on mobile device?
Hi,
You can add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign