This topic has 2 replies, 2 voices, and was last updated 1 years, 11 months ago ago by Tony Rodriguez
hello..
how to remove “shop” from breadcrumb area on product category page?
thank you
Hello, @e.uluturk,
In order to solve your issue simply go to the Dashboard >> XStore >> Theme Settings >> Theme Custom CSS >> Global and paste the below code at the bottom of the CSS box there.
.tax-product_cat .woocommerce-breadcrumb a:nth-child(3){display:none !important;}
.tax-product_cat .page-heading.bc-type-left2 .delimeter:nth-child(2){display:none !important;}
Then save settings and check back to your site after clearing the browser cache.
Regards 8Themes Team.
Tagged: breadcrumb, guide, remove, shop, template, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up