Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #131601
    Dennis
    Participant

    Hey guys,

    I have made a child theme of Clean Business and do not find any possibilities to delete or edit the first breadcrumb home.
    Have any one an idea?

    thanks
    Dennis

    #131618
    tikaram
    Keymaster

    @dgfx : Go to Appearance => Customize => Additional css and add the following additional css.

    #breadcrumb-list .container > span:first-child {
        display: none;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    #131650
    Dennis
    Participant

    oh good idea. I did not think in this way.
    It work pretty well.
    Thank you!

    #131684
    tikaram
    Keymaster

    @dgfx : Glad to know that the issue has been resolved. Have a Good day.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Delete / edit "Home" from breadcrumb’ is closed to new replies.