Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
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.
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; }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?