• Resolved shawnw

    (@shawnw)


    I want to keep the page titles but remove the breadcrumbs that are just above the page titles. How do I do this?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @shawnw

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    .page-breadcrumb {
      display: none;
    }

    Let me know if that does it.
    Thank you.

    Thread Starter shawnw

    (@shawnw)

    That worked, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable breadcrumbs’ is closed to new replies.