How do I get rid of the breadcrumbs under the page title for every page? It’s always wrong too (always says last page was Home). Only option I see is replacing breadcrumbs and title with Revolution Slider.
I tried:
.breadcrumbs .back-to {
display: none !important;
}
But that just got rid of the “back to previous page” link.
Also, how do I get the nav bar background to be grey like the corporate demo?
Thanks,
Will