• Resolved theldndiaries

    (@theldndiaries)


    Hi,

    How can I remove the ‘Home’ breadcrumb from showing on the homepage, but have it remain showing on the rest of the site/breadcrumbs?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Maybellyne

    (@maybellyne)

    Hello @theldndiaries

    Thanks for reaching out regarding your breadcrumbs. The homepage shouldnt show breadcrumbs. Your theme could be responsible for this.

    You may hide it for the homepage only by adding the following CSS code:
    .home p#breadcrumbs{ display:none; }
    You can add this CSS to your child theme if you have one or add it to WordPress > Appearance > Customizer > Extra CSS. I will also advise you to try it with your staging site first.

    Thread Starter theldndiaries

    (@theldndiaries)

    That worked perfect, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Home Breadcrumb’ is closed to new replies.