Home>Support>I want to remove blog title and specific post image

I want to remove blog title and specific post image

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 8 months 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. 9 years, 8 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More