• Resolved Robert

    (@roberthedlund)


    Is there any easy way to hide the WooCommerce Breadcrumbs that are showing up on all pages that i created?

    • This topic was modified 4 years ago by Robert.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Senff

    (@senff)

    Hi @roberthedlund

    You can do this with a little bit of custom CSS code.

    Go into your site’s admin Dashboard and select Appearance → Customize →?Additional CSS. In the CSS textbox on the left, add the following code:

    .storefront-breadcrumb {
       display: none;
    }

    Select “Save Changes” from the top, and your changes will be applied to your site.

    Thread Starter Robert

    (@roberthedlund)

    Thanks a lot @senff – Its working great! ?? Appreciate your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide WooCommerce Breadcrumbs’ is closed to new replies.