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.

Remove post title

Resolved 4 replies premiumthemetheme-vantage
11 years ago · Last reply by Elroy Christmas 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Andrew Misplon Staff 11 years, 4 months ago

    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. stephanedn 11 years, 4 months ago

    Hi Andrew,

    First one did the trick for me !
    Excellent..

    Thanks

  3. Andrew Misplon Staff 11 years, 4 months ago

    Super, glad that helped.

  4. Elroy Christmas 10 years, 8 months ago

    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.

Have a different question or issue?

Start New Thread