PenciDesign Supporter replied
Hi,
Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:
.penci-grid li .item .item-content,
.penci-masonry .item-masonry .item-content,
.penci-grid .mixed-detail .item-content {
font-size: 16px;
} @media only screen and (max-width:767px) {
.penci-grid li .item .item-content,
.penci-masonry .item-masonry .item-content,
.penci-grid .mixed-detail .item-content {
font-size: 13px; /* for mobile devices */
} }
Regards,
PenciDesign.