This topic has 3 replies, 2 voices, and was last updated 1 years, 7 months ago ago by Martin
Hello,
I am trying to disable the breadcrumbs only on the 404 page, but cannot find the according settings.
Additionally, I noticed that the 404 page shows a background image for the breadcrumbs, firstly, which does not show up when logged IN (only when logged out), and secondly, I cannot find the setting for this, too.
Thank you
Best regards
Martin
Hello, Martin,
Thank you for contacting us and for using XStore.
You can add the next code in Theme options > Theme custom CSS to disable the breadcrumbs on 404 page:
.error404 .page-heading {
display: none;
}
Kind Regards,
8theme team
Hello Rose,
thank you very much!
Best regards
Martin
The issue related to '‘Disable breadcrumbs on 404 page + background image shown only when not logged in.’' has been successfully resolved, and the topic is now closed for further responses