Hide page/post title on select pages

Posted in: Newspaper
Post count: 23

Hi,

We’d like to hide the page title on a few pages. I usually do:
.page-id-544 .td-page-title {
display: none ;
}

This doesn’t work. It kills the page title across the site.

Thank you!

Post count: 7909

Hi,

Please provide a link to a page where you have title and you want to hide it so I can inspect this and provide a solution.

Thanks!

Post count: 23

You guys are the BEST!

http://weedstream.net/dev/video/

Thank you!

Post count: 7909

Hi,

You have this custom css and it hide the page title on all pages(also category page, archive) – http://screencast.com/t/XvhMicB8i1b so please remove it and hide it only on specific pages using page id like you already know:

.page-id-521 .td-page-title {
display: none;
}

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.