Tagged: ambition, font-size
On Ambition Premium, I want to increase font sizes but not available in default options. Please help how can I change the
1. Post Title font size larger than Typography Options
2. Post Body Content larger size options
3. Increase line height (space between lines)
Thank you very much for the support
Hello
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!
That code above don’t work.
I find this code to work… .entry-header .entry-title { font-size: 35px; line-height: 35px; }
BUT this one doen’st work too…
body, input, textarea, select { font-size: 22px; line-height: 25px; }
The title is OK but not the body content post.
@restyumali-sl We have updated the above custom css code. Please use above code and let us know.
Yeah they work! Thank you very much.
Welcome anytime @restyumali-sl