Using Ethos Stack - How to adjust the spacing, font size and line height on post summary?

Hey there!

I’m using the Ethos stack – Please, would you mind letting me know how to adjust the font size, line height and gap spacing on the Blog summary page?

See the attached screenshot.

Many thanks,
David

Hello, please may I get a response to this?

Hello David,

Thanks for writing to us.

Regretfully there is no option for that, you need to add custom CSS code under Theme Option —>CSS

To reduce the Post summary margin from the top.

.entry-content.excerpt {
margin-top: 5px;
}

To change the font size, line height, and margin of the summary text.

.entry-content.excerpt p {
margin-bottom: 5px;
line-height: 20px;
font-size: 15px;
}

Please feel free to change the font size, margin, and line height as per your design. The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case if you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

Hey @prakash_s!

Genius mate - that worked!

Thank you ever so much.,
David

You are most welcome, @bbigdave.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.