• Hello,

    I turned off breadcrumbs from General Option > Page Title but only breadcrumbs from woocommerce pages went off while I still have breadcrumbs in my website pages. On my seo plugin (RankMath) breadcrumbs are OFF too.

    How can I solve?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Do you want to disable the complete title section? Following the doc could help you.
    https://docs.oceanwp.org/article/166-disabling-the-page-title

    If not resolved, please share the page URL where you getting the breadcrumbs.

    Thread Starter lucacafa

    (@lucacafa)

    Hello @abhikr781 I don’t want to disable the complete title section, I just want to disable breadcrumbs. In the first post there is one of the pages I’m getting breadcrumbs, but basically I have them in every page except homepage and woocommerce pages.

    Hi,

    To disable the breadcrumbs from all the pages, Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .site-breadcrumbs {
        display: none;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable Breadcrumbs’ is closed to new replies.