Hi there,
since the last update to Woodmart 8.0.6 there are no seperators in the shop breadcrumb anymore. I hadn’t changed css before, it’s just standard output. The breadcrumb on blog pages is still shown correctly (just with “/” as seperator). I tried to “half fix” it temporarily by adding “>” using css (I’m absolutely no css expert):
.wd-breadcrumbs a:after {
content: ” > “;
white-space: pre;
}
Of course, this option also affects the breadcrumb layout on blog pages for example. How can the shop breadcrumb be fixed without changing blog breadcrumb layout?
Thank you and best regards,
Kerstin
Attachments:
You must be
logged in to view attached files.