Home Forums WoodMart support forum Remove blog title & featured image

Remove blog title & featured image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #28630

    shawnjason
    Participant

    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!

    #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

    #28765

    shawnjason
    Participant

    Big thanks!
    The new site is almost ready.
    I’ll show you guys when it is finished.
    🙂

    #28771

    Artem Temos
    Keymaster

    Great, thank you!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Remove blog title & featured image’ is closed to new replies.