Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1225832
Change breadcrumb position - woocommerce
Closed

Comments

  • BaptisteJesu started the conversation

    Hi,

    I'd like to change the breadcrumb position from below the product title to above the whole product and image - see: https://prnt.sc/fqdlmu.

    I managed to remove the breadcrumb with :

    remove_action( 'thegem_woocommerce_single_product_right', 'woocommerce_breadcrumb', 15, 0 );

    but I'm unable to add it back with either of these two :

    add_action('woocommerce_before_cart', 'woocommerce_breadcrumb', 10);

    add_action('woocommerce_before_shop_loop', 'woocommerce_breadcrumb', 20);

    Could you help me with that ?

    Thanks

    Baptiste