[Resolved] Remove Category Breadcrumbs

Home Forums Support [Resolved] Remove Category Breadcrumbs

Home Forums Support Remove Category Breadcrumbs

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #259143
    Kathryn

    How do I remove the category breadcrumb http://diyhomeremedy.com/category/home-remedy/

    I’m not a coder so a simple solution please. I know how to add code to CSS though!

    Any help appreciated ๐Ÿ™‚

    #259183
    Tom
    Lead Developer
    Lead Developer

    Do you mean the category title? If so, try this:

    .category .page-header {
        display: none;
    }
    #259193
    Kathryn

    Excellent, thank you!

    #259197
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.