Hello,
there are situations (viewport between 768 and 998 pixels, for example) where long breadcrumb overlap the product name.
I can remove the “Home” with
a.trail-begin {
display: none;
}
but I don’t know how to remove just the following single “/” and leave all the others backslashes
Can you help please?
Thank you
Mauro