To create a cleaner look on your content pages, you can hide the breadcrumb trail using a simple CSS override.
How to Hide Breadcrumbs on Content Pages
Log in to your EvoX admin portal.
Navigate to Appearance > Theme Options.
Locate the CSS block (Custom CSS textbox).
Scroll to the bottom of the existing code and paste the following snippet:
.ex-content-page .row-breadcrumb { display: none; }Save your change by clicking the Publish button at the top right of the page.



