Hello @ucsfprojectmanager,
We can remove the top breadcrumb with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-
div#breadcrumbs {
display: none;
}
Kind regards,
Manoj
Hi Manoj,
Thanks for your reply. That didn’t work — tried a few combinations but those didn’t work either.
Any other ideas?
Hi Manoj,
Thanks for your reply. That didn’t work — tried a few combinations but those didn’t work either.
Any other ideas?
Thanks Tuts for helping on this. @ucsfprojectmanager even though your site has changed I just wanted to validate that the div above ( #breadcrumbs ) needs to be accompanied by or exclusive to:
.breadcrumbs{display: none;}
Normally it is set to display:inline.