Nevermind. It worked after i rearranged it. Thanks!
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?