• Resolved barkar

    (@barkar)


      Feature request:

    A switch to hide the home-link would be great.

      Question:

    Do you know the CCS-Code to hide the Home-Link?
    I was able to find the CSS-Code to hide the Home-Link with this:
    .home { display: none; }
    However, I couldn’t find out how to hide the first separator after the Home-Link.
    Do you know the CSS-Code to hide the first separator as well?

Viewing 1 replies (of 1 total)
  • Plugin Author learnhowwp.com

    (@themeythemes)

    There is no option to hide the home link right now. I will try to implement this in a future update. You can hide the separator using this code.

    .lwp-breadcrumbs span:first-child + .separator {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Hide Home-Link’ is closed to new replies.