• Closed
  • December 5, 2015 at 9:03 pm #22855

    Please could you tell me the CSS code in order to remove in all the pages this “home” breadcrumbs bar display : <ul class="breadcrumbs"><li><a class="home" ?
    Thanks

    Roman
    Spectator
    Posts: 3147
    December 5, 2015 at 9:31 pm #22856

    super easy:

    ul.breadcrumbs li a.home {
    display: none;
    }

    ul.breadcrumbs li:first-child:after {
    content: '';
    }

    Marc Pauyel DOLCIAMI
    Spectator
    Posts: 10
    December 6, 2015 at 5:08 pm #22868

    Super 😉 Ok the “home” is removing now ! But an arrow “>” and the “title” of the page is here again in the breadcrumbs. How can I remove it all ? thanks

    Denzel Chia
    Moderator
    Posts: 2656
    December 7, 2015 at 7:50 am #22873

    Hi,

    Please provide your website URL to your breadcrumb.
    Need to see what happened.

    Thanks!

    Roman
    Spectator
    Posts: 3147
    December 7, 2015 at 8:06 am #22878

    I thought you wanna remove only the Home link, as mentioned in your question. To remove all breadcrumb Theme Options -> Extra -> Enable Breadcrumbs Navigation