I’ve been able to remove the breadcrumb on all normal pages, but have not been able to remove it on my blog page or blog posts. Can you advise me on how to do this? Here’s the Blog page: http://www.rabornmedia.com/online-marketing-blog/
I inserted this:
.title_container
.breadcrumb {
display: none;
}
into the quick CSS, and it didn’t work. I also tried this:
.title_container {
display: none;
}
Both were from that other thread and neither worked. Any other suggestions?
Nevermind. It worked after i rearranged it. Thanks!