Remove title and breadcrumb

Posted in: Newspaper
Post count: 29

Hello,

Is there a way to remove a title and breadcrumb for only one specific page, such as https://collabhype.com/terms-of-use/?

Thanks

Post count: 623

Yes, you can remove it by adding custom CSS code.
/* This will remove page title */
.page-id-828 .entry-title.td-page-title {display:none;}

/* This will remove breadcrumb */
.page-id-828 .entry-crumbs {display:none;}

828 is a page ID for the page you want to hide title and breadcrumbs

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