Remove blog title & featured image
-
Hello. I would like to remove the blog title & featured image from posts and just use the builder to create my own posts from scratch. How might I go about accomplishing this?
Thank you!
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
Big thanks!
The new site is almost ready.
I’ll show you guys when it is finished.
🙂
The topic ‘Remove blog title & featured image’ is closed to new replies.