Easiest way to remove Title from pages

Posted in: Newspaper
Post count: 34

Hello,
I’ve created several sub pages (not posts) for my website and I want to remove them from the page template. What is the easiest way to achieve this?
Thanks and regards,
Bernd

Post count: 27744

Hello,

Can you please provide more details about want to achieve?
Do you want to delete the titles of the pages? You can use a custom code .page .td-main-content .td-page-header {
display: none;
}

Set the code in Theme Panel ->Custom code -> Custom CSS

Thank you!

Post count: 34

Thanks, that worked out well.

However, I miss a feature where you can setup a blank template for page (like you can for posts). Or maybe a site where some basic design things like title or breadcrumbs could be disabled for pages.

Thanks a lot!!

Post count: 27744

Hello,

You can create a page using the pages section. Also, you can disable the breadcrumbs from here https://i.imgur.com/7RTd5lV.png or delete them with tagDiv Composer; depends on how you have created the page.

Thank you!

Post count: 34

Thanks a lot! That helps a lot

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