Hide Page Title and Breadcrumbs on Single Page

Posted in: Newspaper
Post count: 9

Hello, I have a single page on my website that I don’t want to display the title or breadcrumbs (https://travelingsession.com/my-travel-sessions-map/). I see where I can turn them on and off for all pages in the theme panel, however, I only want it removed from this one page. I tried to remove it in tagdiv composer, but that section can’t be selected. Is there some css that I can add to the page to hide these elements? Also, where would be the best place to add the css? The page content is being displayed via shortcode, which I couldn’t add using tagdiv composer (I can on posts) so I don’t know if I can put the css in additional css in the page builder. Thanks!

Post count: 18283

Hello !

Please use this css code: .page-id-5366,.td-page-title,.td-crumb-container {
display:none;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Let us know the result !

Thank you !

Post count: 5

Hi Vlad!
IT’s working, but the page name still loading and you can see it for few milisec.
Is there any extra option to resolve it? Example change the text color to white…or…don’t know.

Post count: 18283

Hello !

Sorry for the misunderstanding !

Please try this option and select the Default: https://forum.tagdiv.com/page-templates-2/

Thank you !

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