Skip to main content

Hide Breadcrumbs from Content Pages

Breadcrumbs are designed to enhance user experience by visualizing a site's hierarchy. While they are essential on product pages to show category paths, they can often clutter standard content pages without adding much value.

Written by Victoria Armstrong
Updated yesterday

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

  1. Log in to your EvoX admin portal.

  2. Navigate to Appearance > Theme Options.

  3. Locate the CSS block (Custom CSS textbox).

  4. Scroll to the bottom of the existing code and paste the following snippet:

    .ex-content-page .row-breadcrumb { display: none; }

  5. Save your change by clicking the Publish button at the top right of the page.

Did this answer your question?