badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Increasing text size on mobile for Mags Pro

#99030

Hi,

Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

@media (max-width: 767px) {
	body {
		font-size: 17px;
	}
}

Thanks