Breadcrumbs still visable after disabling

Hi,
I have gone into header->Misc->Breadcrumbs and disabled.
however its still showing them on the website.

Any help would be great!

Cheers
Sean

Hello There,

Thanks for writing in! The breadcrumb should have disappears when it is disabled. Please make sure that your changes in the theme options were saved. To assist you better with this issue, would you mind providing us the url of your site with login credentials so we can take a closer look?

To do this, you can create a secure note with the following info:
– Link to your site
– WordPress Admin username / password

Thank you.

Hey Sean,

What actually happens is, the Breadcrumbs option won’t save that is why in won’t turn off. This is a known bug. A fix will be available in one of the succeeding releases.

We’re sorry for the inconvenience.

Thanks for your reply.

Is there some custom css i can use to remove the breadcrumbs until an update?

Cheers
Sean

Hi Sean,

Try adding the following CSS rule into your X -> Theme Options -> CSS area.

.x-breadcrumb-wrap {
    display: none;
}

Hope that helps.

1 Like

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