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: Increase Size Title, Content and Line Height on Ambition Pro

#63008

Hi,

Add below custom CSS code in Appearance > Customize > Ambition Theme Options > Custom CSS
to increase the font size of post title and content as well as line height between the lines.

.entry-title {
	font-size: 30px !important;
	line-height: 30px !important;
}
body, input, textarea, select {
	font-size: 16px !important;
	line-height: 16px !important;
}

Note: Increase the digit value above to increase the font size and line height.

Thank you!