PenciDesign Supporter replied
Staff Reply
Hi,
Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:
@media only screen and (max-width: 767px) {
.featured-area {
display: none;
}
}Regards,
PenciDesign.