Tagged: breadcrumb, change, separator, style
Hi,
I found how to center & remove the “You are here” text in the breadcrumb, but the code I found change the separator which was “/” and the separator is now “-” as you can see here: https://imgur.com/a/NCwlcHH
Can you tell me what do I have to change/remove/add to go back to the first separator which was “/” please?
Here is the code
.title_container .breadcrumb {
z-index: 10;
line-height: 1px;
font-size: 15px;
position: relative;
right: auto;
top: auto;
margin-top: auto;
display: table;
margin: 0 auto;
}
Cheers,
Demaup
Hey Demaup,
Please try this code in the General Styling > Quick CSS field:
.breadcrumb .sep {
overflow: visible !important;
}
Best regards,
Mike
Works like a charm! Thank you Mike :)
Hi,
I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon