This topic has 4 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
Hi
I would like to remove product’s name from product page’s breadcrumbs and move breadcrumbs to right, under pre-page link.
Could you tell me how to do that?
Thanks
my product page>
https://www.tyseafood.com.tw/product/product0002/
Hello,
You may use this css code in Theme Options > Custom css:
.single-product .page-heading .title {
display:none;
}
.single-product .page-heading .woocommerce-breadcrumb {
text-align: right;
margin-top: 45px;
}
Regards
It’s work many thanks : )
You’re welcome!
Have a nice day.
Regards
Tagged: breadcrumbs, product titles, remove titles, woocommerce, wordpress
The issue related to '‘Remove product's title of breadcrumbs,’' has been successfully resolved, and the topic is now closed for further responses