DAWN THEME: Change font size of cover-description on Home Page

my blog: https://merecivilian.com/
Self Hosted on DigitalOcean: Version 4.12.1

I use the DAWN theme and it uses the cover-description on the home page. Based on how it is, the font size is a little small. How can I increase the font size of this by 30% using code injection so its a little bigger on the home page?

Hey!

Put the following in your code injection head:

<style>
.cover-description {
font-size: 1.7rem;
}
</style>

Then change 1.7em to whatever number you like and click Save.

2 Likes

thank you @hkalant that worked perfectly