superskyman100 Posted July 23, 2019 Share Posted July 23, 2019 (edited) 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 Edited January 24, 2020 by superskyman100 (see edit history) Link to comment Share on other sites More sharing options...
Userprestashop86 Posted July 23, 2019 Share Posted July 23, 2019 Hello Aurelien, Try this : #wrapper .breadcrumb ol > li:first-child{ display:none; } Thanks, 1 Link to comment Share on other sites More sharing options...
superskyman100 Posted July 24, 2019 Author Share Posted July 24, 2019 Great !! Thanks a lot !! Link to comment Share on other sites More sharing options...
Userprestashop86 Posted July 24, 2019 Share Posted July 24, 2019 You are welcome, good luck !!. Link to comment Share on other sites More sharing options...
Recommended Posts