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.
Need fast email support? Get SiteOrigin Premium
Replies
4Hi 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; }Hi Andrew,
First one did the trick for me !
Excellent..
Thanks
Super, glad that helped.
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.