Page Title Hide How to

Posted in: Newspaper
Post count: 11

Hi

How can i disable the Page title on the single Pages my Site?

check here: https://drive.google.com/file/d/0B8MBLWqA2dD2U0dOVDJsMjVTck0/view?usp=drivesdk

Thanks

Post count: 23312

Hello CodeisCode,

If you want to disable your post title for each post, you should try the code below and place it in Theme panel->Custom Css area.

.td-post-title {
display:none;
}

The result: http://screencast.com/t/jzfvg9FgfwJ

Hope this helps and let us know how it goes!

If is not what you want, please provide more details.

Thank you for the message!

Post count: 11

Hi Catalin

I want to disable the page title on some of my pages
not the Post title.

How do i disable the Page title on a single Page?

Thanks
Corrado

Post count: 23312

Hello CodeisCode,

I am sorry for my inattention. The title appears on the page if you are using the pagebuilder+title template. If you want to hide it, you should try the code below and target each page ID on which you want to apply the code. The page ID you can find it like this: http://screencast.com/t/3G9pppMP

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

The result you should see here: http://screencast.com/t/QrfDeLTdn1r

Hope this helps and let us know how it goes!

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