This topic has 8 replies, 3 voices, and was last updated 9 years, 12 months ago ago by Robert Hall
Hi there…
the homepage of the breadcrumps is the homepage of the domain but i use the breadcrumps only on shope pages so it makes more sens that the homepage leads to the main shop page…
is it enough to change the link in the woocommerce-breadcrump class? i find it in firebug but cant find it in your themefiles
thx for help
Hello,
For clarify. Did you want replace default breadcrumbs to WooCommerce breadcrumbs?
Regards,
Robert Hall.
no i just want to change the link to… instead to the homepage i want to link to the main shop page
Hello,
We’re sorry but this is require significant amount of additional customization.
You can try to use some third-party plugin to implement such functionality.
Regards,
Robert Hall.
ok than how can i hide it? via css display:none is not working…
just want to hide the breadcrumps not the title
Hello,
Please provide us with a link to your home page.
Thank you.
Regards,
Eva Kemp.
Please add following code into custom.css file.
.breadcrumbs,
.woocommerce-breadcrumb{
display:none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
The issue related to '‘how can i change the homepage of the breadcrumps?’' has been successfully resolved, and the topic is now closed for further responses