How to Hide Breadcrumb Page Titles

Posted in: Newspaper
Post count: 68

Hello,

I noticed there is a setting to disable the article title under the Breadcrumbs section, however this only seems to cover posts and not pages.

Is there a way to hide them for pages somewhere in the theme settings, or do you need to hide it with CSS?

Thanks

Post count: 6535

Hi

If you don’t want to display page’s title just change the post template used to default one: http://screencast.com/t/s7FmQBshMf
Let us know how it goes and if this is not what you mean please provide more details about what you’re trying to do and maybe we can help.
Thanks!

Post count: 68

Hi Andrei, thanks for the response. I meant hiding the Page Title in the breadcrumb.

Home > [page title]

Currently you can disable Post Title’s from appearing in the breadcrumbs but not page titles. You do this through Theme Panel > Template Settings > Breadcrumbs.

I will attempt to do this with CSS if there is no other way.
Thanks

Post count: 23312

Hello TheRiz,

Do you want to remove the Page title from your pages, right? So, if you want to do this you will have two possibilities -> change the page template to another or you can use a bit of CSS code.

The code is ->

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

If is not what you mean, please provide also please provide a screen pointing to the desired result, it would help us to understand what you’re trying to do

Thanks.

Post count: 68

Yes, that is what I used. Thanks

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