Breadcrumbs is not turning off

I’m using Integrity and I can not make the breadcrumbs get disabled. I noticed that even in the configuration, after I turn it off it goes back on.
Then comes the most fun, when loading the page, the breadcrumbs is visible, so I roll the screen and it disappears.

You can see here: http://tannatau.com.br/marly/sobre/

Hi @nanclar,

Thanks for writing in.

As I checked your setup, I could not see your breadcrumb anymore.

You could use this code below to remove the breadcrumbs of the page your shared…

Add the code below in your Custom CSS.

.page-id-115 .x-breadcrumbs {
    display: none;
}

Let us know how it goes.

Thanks.

This behavior is most noticeable at Microsoft Edge. To apply this style in all website just remove “.page-id-115”, right?

Yes, just remove the class. This should not be happening though but I could not replicate this issue in my test site. If you could copy your site to a staging server and give us WP Admin and FTP access so we could investigate , that would be helpful.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.