Comments badboy79 started the conversationMay 23, 2018 at 11:43pmhow i can disable featured slider only in mobile? thanks 2,700PenciDesign repliedMay 24, 2018 at 3:13amHi,To do that, please add more this code to Customize > Custom CSS: @media only screen and (max-width: 769px){ .featured-area{ display: none; } } Best Regards,PenciDesign Sign in to reply ...
how i can disable featured slider only in mobile? thanks
Hi,
To do that, please add more this code to Customize > Custom CSS:
Best Regards,
PenciDesign