How to remove Breadcrumbs and Page Title from a Page?

Posted in: Newspaper
Post count: 10

Hi,

How can I remove breadcrumbs and page title from one page?

Here a screenshot about what I need to remove https://prnt.sc/xniq3r

I am using the ” Predefined Template” model (see the screenshot here https://prnt.sc/xnilkc ) right now, I cannot use Pagebuilders template because they add or modify the page with elements I don’t need (I use Thrive Architect editor).

Thank you

Filippo

Post count: 18283

Hello !

Please provide a link to your website and we will take a look.

Thank you !

Post count: 10

Hi,

here the link:

https://www.staging1.confrontobroker.it/

The home page is the page I need to remove breadcrumbs and title.

Use these data to see it:

user: cobrostaging
password: 14061981

Let me know, thank you

Filippo

Post count: 18283

Hello !

Please use this css code: body .td-page-title {
display:none;
}
.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: 10

Hi,

I need to remove breadcrumbs and title from the home page ONLY.

(the provided code removes breadcrumbs and title from all the pages).

If you need it, this is the page ID of the home page, see here https://prnt.sc/xp3r1w

Please let me know,

Thank you

Filippo

Post count: 18283

Hello !

Please use this code instead: .page-id-13533 .td-page-title {
display:none;
}
.td-crumb-container{
display:none;
}

Let me know if this worked out as it should.

Thank you !

Post count: 10

Hi,

yes it works, I just had to add “.page-id-13533” also to “.td-crumb-container”, to remove the breadcrumbs from home page only (without, breadcrumbs are removed sitewide).

Thank you

Filippo

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