I'm looking for advice on two different things on product page of Dove Woocommerce theme 1) how do i remove the breadcrumb completely, this is my product page link https://dotmobyclient.info/product/duisque-volut-3/
I want it to look exactly same as Design_Page2.jpg screenshot attached.
2) on the right side bar, it shows '0' instead of label 'Viewed Products' and 'Compared Products' , how do i fix this please.
To completely hide breadcrumbs, add this css attribute to the style.css file in Appearance-> Editor
.ftc-breadcrumb { display: none; }
#In the detailed product page using the widget named "Product Details Sidebar" go to Appearance-> Widget select this widget, delete the item currently in it, and re-add these items again, everything will be work
I'm looking for advice on two different things on product page of Dove Woocommerce theme
1) how do i remove the breadcrumb completely, this is my product page link https://dotmobyclient.info/product/duisque-volut-3/
I want it to look exactly same as Design_Page2.jpg screenshot attached.
2) on the right side bar, it shows '0' instead of label 'Viewed Products' and 'Compared Products' , how do i fix this please.
Thanks in advance.
Hi Nick !
To completely hide breadcrumbs, add this css attribute to the style.css file in Appearance-> Editor
.ftc-breadcrumb {
display: none;
}
#In the detailed product page using the widget named "Product Details Sidebar" go to Appearance-> Widget select this widget, delete the item currently in it, and re-add these items again, everything will be work
thank you
Thats brilliant support Kevin, I'm glad i purchased your theme, I will try that out now and let you know if any issues. Cheers
You're welcome, Glad to help you !
thank you