• Resolved Azue

    (@azue)


    Hello Guys,

    It would be very much appreciated if somebody could help me figure out how to remove breadcrumbs from my website.

    Please see : https://spartan-sounds.com/product/mainstage-charts-future-house-for-spire-vol-1/

    I am using the theme : Mix Store.

    Where the breadcrumbs are located on my website it is showing :
    <span class=”fa fa-home”></span> Home / Spire Presets / Commercial House

    Instead of :
    Home / Spire Presets / Commercial House

    How to remove : <span class=”fa fa-home”></span> and stop it from showing up on the website.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Azue

    (@azue)

    Nevermind,

    I resolved it by using this
    remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0)

    I placed that in functions.php

    Thread Starter Azue

    (@azue)

    Code was taken from a post on the forum

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Mix Store] How to remove breadcrumbs to hide’ is closed to new replies.