I would like to reduce my page title font size. I’ve attached link. Need to change ‘letterhead & compliment slip design’ but would like all pages to have same size font.
http://originalnutterdesign.co.uk/bespoke-business-card-design/
Thanks In advance,
Bo
1 Answers
Dear @bo28190
To resolve this problem, you can log in to Dashboard > Theme > Customize > General Settings > Add the following code in the “Header Script”
<style>
.headline .entry-title {
font-size: 42px;
}
</style>
You can adjust the font size according to your requirements.
Best regards
Thanks again!
You are welcome 🙂
Dear Guru ! Thanks for your help.
Please login or Register to submit your answer