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: Is there a way of increasing the main paragraph and title font sizes?

#90641

Hi Jack,

To increase the paragraph and title size just login to your dashboard and go to Appearance > Customize > Additional CSS and paste the below custom CSS code:

body, input, textarea, select {
	font-size: 15px;
}
.entry-title {
	font-size: 28px;
}

Note: Increase the above digit value 15 for paragraph and 28 for title

Thank you!