May 11
Change breadcrumb separator
Hi,
On the breadcrumbs settings for products you have the option to change the separator from the default > to /
However this option is missing from the "general" breadcrumbs settings. And thus, if you change it to / for example, then you end up with having different separator across the site which causes inconsistency. .
If I change it to / for product pages .... I should be able to change it to / on the shop pages or other pages too
Thank you
Reviewing
Hello @Clau8826, Thanks for sharing us the idea ! For this time you may simply add next custom CSS to get the result you would like to have: ``` .page-heading .delimeter .et-icon:before { content: '/'; font-family: inherit; font-size: 2em; } ``` Result: https://prnt.sc/2c0xVIFG18hv If your request will become more popular we will consider implementation extra global option for changing breadcrumbs separator. Kind regards, Jack Richardson