Hello guys,
I'm on PS 1.7
I'd like to suppress the first part of the breadcrumb for all pages, but i have no idea how i can do that
i'm newbie, no idea how to code, but i can understand a bit CSS...
Anyone has any CSS to just hide the first part of that breadcrumb ?
I've tried a bit, but either it hides everything, or nothing...
html > body#category > main#main-page-content > section#wrapper > nav.breadcrumb > div.container-fluid > div.row.align-items-center > div.col > ol > li {display:none}
This code just hides the whole breadcrumb while i just woud like to hide the first part (home / )
Any idea ?
Thanks
Aurelien