Page titles will not turn off on some pages

Hello!
I have the option on the pages to not show the page titles. It works for some but not all pages. I have tried adding the code:
.page-id-360 .x-breadcrumb-wrap {
display: none;
}

which did not work.
I have also tried turning off all plugins to see if that made a difference, no it did not.
thanks in advance
Kelly

I found a workaround!
In the blog options section of “renew” stack, I removed the blog title, which I guess is a workaround. I just wonder why the blog page “do not show” checkbox does not appear to work.

Hey there,

Leaving the Blog Title empty will do the trick but if you’re will not be using the Breadcrumbs area, it would be best to disable Breadcrumbs under Pro > Launch > Theme Options > Header > Miscellaneous

Thanks.

Hello, I do have the option for breadcrumbs turned off, but I am still seeing the page titles. Any thoughts?

Hey there,

Can you please share the URL of your site so we can take a look?

Thanks!

Hi again,

Thank you for providing the URL. To remove the page titles from pages, edit your page in WP editor, under Page Settings find Disable Page Title and turn it on.

Alternatively you can do it with CSS using a page ID, make use of the following code:

.page-id-9169 .x-header-landmark {
    display: none !important;
}

Hope this helps!

I too have the same issue, with the exception of the home page. I have the 'Disable Page Title checked on every page, yet the page title still appears. I’ve flushed the cache to no avail. I’m familiar with post-id’s and category-id’s and page slugs, however not with page-id’s to implement css. Any help is appreciated, thank you.

I have found a work-around by using a NO CONTAINER, then bring margins down to -2.5em on the first section, the page title is overlapped. Not an elegant solution, but it does work temporarily.

Hi @velo4k,

Thanks for writing around! Did you mean the breadcrumbs? I checked your example page and couldn’t find a page title, I also removed the negative margin from your first section and couldn’t find a title. Can you please share some screenshots so we can take a look?

Thanks!

Thank you for helping - it was breadcrumbs, so just a click and it’s gone.

Glad you’ve sorted it out.

Cheers!

I can’t find this. Where exactly is disable page titles?

HI there,

You will have to Edit the page and scroll down to the Page Settings and you should find it:

Hope this helps.