Archived topic
Remove Category Breadcrumbs
3 replies · Started by Kathryn on December 30, 2016
Viewing posts 1–4 of 4
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 :)
Do you mean the category title? If so, try this:
.category .page-header {
display: none;
}
Excellent, thank you!
You're welcome :)
This archived topic is closed to new replies.