Home>Support>Remove post title

Remove post title

Hi,

I added a category to my meny, showing one category of posts.
I found how to remove Category Archives from showing on the page. But how can I remove the title from the posts itself on that page, preferably only that page ?

Thanks.

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, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Stephane

    Here are two selectors you might consider using under Appearance > Custom CSS:

    /* Vantage Hide Archive Post Title */
    
    .archive article.post .entry-header h1.entry-title, .archive article.page .entry-header h1.entry-title {
    display: none;
    }
    
    /* Vantage Hide Archive Entry Meta */
    
    .archive article.post .entry-header .entry-meta, .archive article.page .entry-header .entry-meta{
    display: none;
    }
    
  2. 9 years, 11 months ago stephanedn

    Hi Andrew,

    First one did the trick for me !
    Excellent..

    Thanks

  3. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Super, glad that helped.

  4. 9 years, 3 months ago Elroy Christmas

    Hi Andrew,

    Using the Vantage theme and I don’t see a Appearance > Custom CSS…

    Can you direct me where to enter this code?

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