• Resolved ucsfprojectmanager

    (@ucsfprojectmanager)


    Is there a way to remove the breadcrumb (?) on the top of the page?
    Trying to keep the layout as simple as possible. Thank you.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

    Thread Starter ucsfprojectmanager

    (@ucsfprojectmanager)

    Hi Manoj,
    Thanks for your reply. That didn’t work — tried a few combinations but those didn’t work either.
    Any other ideas?

    Thread Starter ucsfprojectmanager

    (@ucsfprojectmanager)

    Hi Manoj,
    Thanks for your reply. That didn’t work — tried a few combinations but those didn’t work either.
    Any other ideas?

    Theme Author tradesouthwest

    (@tradesouthwestgmailcom)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘remove top breadcrumb’ is closed to new replies.