Comments koshung started the conversationMarch 21, 2023 at 11:01amhi there,i have a question.i want to remove featured slider only on mobile page.what should i do? 2,610PenciDesign repliedMarch 21, 2023 at 1:00pmHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: @media only screen and (max-width: 767px) { .featured-area { display: none; }}Regards,PenciDesign. Sign in to reply ...
hi there,
i have a question.
i want to remove featured slider only on mobile page.
what should i do?
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.