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 would like to globally remove page titles across my site. Is there a code snippet I can use for this?
Using the Vantage Theme.
Thanks.
Hi calin
You could try the following under Appearance > Custom CSS:
/* Vantage Hide Page Titles */ article.page .entry-header h1.entry-title { display: none; }Perfect. Thanks very much.