Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: how to change mobile view text size

#19277
Grace Themes
Member

Hi,
you can paste this type css Code in bottom of the style.css file OR Custom CSS Box in Basic Setting tab.

this is example:

/* Mobile View */

@media
screen and (min-width: 300px) and (max-width: 767px){
.nivo-caption h2{ font-size:22px !important;}
}

Regards