This topic has 6 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Jack Richardson
I want to have different Breadcrumbs on product categories.
How should I modify the theme?
Thanks
Please clarify your request with more details. Do you mean different breadcrumbs on each product category page?
Regards,
Brian johnson
Yes
Sorry for inconvenience but there is no such option in our theme.
You may try following code in style.css of the Child Theme in case you would like just to change breadcrumbs background image for artists category page:
For example abdala-kaufmann category page breadcrumbs background image can be set with direct url to your image:
.term-artists-abdala-kaufmann .page-heading{background-image: url(http://gallery.galleryabyss.com/wp-content/uploads/2015/09/12s1.jpg !important}
Change this url to the one you choose for your page and paste code into the Child Theme style.css.
.term-artists-abdala-kaufmann
is the classfor the certain page category.
Regards,
Brian Johnson
Thanks a lot.
The provided code solved my problem.
It’s really good that you have unique classes for different pages which let us to easily customize the theme per page just using css.
Hello,
Glad to help you.
You’re always welcome.
Best regards,
Jack Richardson.
Tagged: breadcrumbs, categories, product, themes, unique, woocommerce, wordpress
The issue related to '‘Unique Breadcrumbs on product categories’' has been successfully resolved, and the topic is now closed for further responses