CSS Code to Show Post Titles & Hide Page Titles
Because the client want the sidebar use of the ‘full page no title’ page templates does not help me. I need the POST titles in the blog archive to appear but want to hide the PAGE titles. What CSS code can I use?
Currently using:
article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title
}
Thank you!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Pebbles
Thanks for reaching out. If you’d like to hide the post title on single posts only, try the following under Appearance > Custom CSS:
/* Remove Post Single Title Tag */ .single h1 { display: none; }Hope that helps.
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.