Hide Page NOT POST Title on Specific Page

Posted in: Newspaper
Post count: 40

Read your post at

https://forum.tagdiv.com/topic/hide-page-titile-on-all-the-default-pages-template/

but I do not see those options on my development page at

http://searchtheplanet.com/drmarkdemo/aboutdr-mark/

You’ll immediately see that I need to hide the title of the page “About Dr. Mark”.

Is there a piece of code or CSS that can apply to a specific page? or can you send me a template with the page title removed? Either would be fine.

Thank you.

Post count: 7909

Hi,

When you create a page without using the Visual Composer pagebuilder, the page title will appear in frontend even if you use the default page template. You can use this custom css to hide it – http://screencast.com/t/Fbjn3JIe7o

.page-id-798 .td-page-header {
display: none;
}
.page-id-798 .td-page-content h2:first-child {
margin-top: 0px;
}

Hope this helps!

Post count: 40

Thank you, works perfectly.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.