PenciDesign Supporter replied
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
.mobile-ads {
display: none;
}
@media only screen and (max-width: 767px) {
.mobile-ads {
display: block;
}
.desktop-ads {
display: none;
}
}You should add the class name to the image HTML tag.
Regards,
PenciDesign.