Hide Blog index titles

Hello,

How do I hide the title of all posts in the blog index?

Thanks

Ricardo

Hi Ricardo,

Thank you for writing in, to hide the titles on the Blog index, you can add this to Theme Options > CSS

.blog .entry-header {
	display: none;
}

You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial

Hope it helps,
Cheers!

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