Home Forums WoodMart support forum Remove blog title & featured image Reply To: Remove blog title & featured image

#28652

Artem Temos
Keymaster

Hello,

We are glad to know that you considered using WoodMart for your web-site. I hope you will be happy with it.

You can hide these elements by adding the following code snippet to the Custom CSS field in the Theme Settings

.single-post .entry-header,
.single-post .meta-post-categories,
.single-post .entry-title,
.single-post .entry-meta {
	display: none;
}

Kind Regards
Xtemos