PenciDesign Supporter replied
Staff Reply
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
@media only screen and (max-width:767px) {
.penci-featured-infor .cat > a.penci-cat-name,
.penci-standard-cat .cat > a.penci-cat-name,
.grid-header-box .cat > a.penci-cat-name,
.header-list-style .cat > a.penci-cat-name,
.overlay-header-box .cat > a.penci-cat-name,
.inner-boxed-2 .cat > a.penci-cat-name,
.main-typography .cat > a.penci-cat-name {
font-size: 18px;
}
}
Change 18px with the font size you want to show.
Regards,
PenciDesign.