• Suddenly, the breadcrumbs appeared. Not just that, but tags and categories are mixed up in them. I’d like to remove them all together. How do I do that?

    Thanks, in advance.

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

Viewing 1 replies (of 1 total)
  • Hello @rjette,

    We can hide breadcrumb with the help of custom css. Please apply below given css under Appearance -> Customize -> Additional Css-

    div#breadcrumbs-core {
    display: none !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

Viewing 1 replies (of 1 total)
  • The topic ‘Remove breadcrumbs’ is closed to new replies.