This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

I want to remove blog title and specific post image

11 years ago · Last reply by Andrew Misplon 11 years ago

When I read a blog(a post, not page), the page shows the blog title and the specific image.
I want to get rid of the title and image.

How do I should do?

— I can remove title and specific image in page but, I can’t in blog or post. My question is about blog(=post) title and specific image not in page.

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. 윤정완 11 years, 1 month ago

    ADDED :
    When I creat a page, I can choose the option for templet, and I can “Full width page, no title” option. So I can do I want to remove the page title.
    But , when I make a post, I can’t choose the option. Because the option dialog box isn’t in dashboard.

  2. Andrew Misplon Staff 11 years, 1 month ago

    Hi

    Try the following under Appearance > Custom CSS:

    /* Vantage - remove the post title on single posts */
    .single .entry-title { display: none; }

    OR

    /* Vantage - remove the post title and entry meta on single posts */
    .single .entry-header { display: none; }

    There are unfortunately no template options for posts in Vantage. There are layout options under Appearance > Theme Settings > Blog. To remove the featured image from single posts, head to Appearance > Theme Settings > Blog and un-check the Featured Image checkbox.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread