Tagged: archive, breadcrumbs, categories, headline, title
I’ve used the following code to keep the breadcrumbs but hide the title and also move the breadcrumbs over to the
strong.main-title.entry-title {
display: none !important;
}
.title_container .breadcrumb {
left: 0px;
}
The problem is that on archive category pages a headline appears that overlaps my breadcrumbs and I can’t seem to figure ho how shift that over to the right side. Any ideas?
I figured it out!
the original code I got from another post had to be modified. I removed strong and it worked fine.
.main-title.entry-title {
display: none !important;
}