PenciDesign Supporter replied
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
@media only screen and (max-width: 767px) {
.container.home-featured-boxes {
display: none;
}
.pencislider-container .pencislider-content .pencislider-title span {
font-size: 25px;
}
.pencislider-container .pencislider-content .pencislider-caption span {
font-size: 15px;
}
}Clear the critical CSS & site cache then check again.
Regards,
PenciDesign.