• I’ve installed this plugin and set the title on the page to disappear, and the breadcrumbs appear
    But why are the page titles and breadcrumbs disappear? isn’t just the title disappear?
    I want is that the title disappears, and breadcrumbs appear
    How to?
    Thank you

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Abhishek

    (@abhikr781)

    Hello,

    Please try to follow the doc to hide the title and keep breadcrumbs: https://docs.oceanwp.org/article/465-hide-page-title-and-keep-breadcrumb

    If not resolved by the above, share the website URL to check the issue.

    Thread Starter Mushlih Almubarak

    (@mushlih)

    However, it hides the title on all pages, and I want to hide it on some pages
    How to?

    Plugin Support Abhishek

    (@abhikr781)

    Hello,

    If you want to hide the titles on the selected pages then edit the page(not with elementor), scroll down at the title tab in the oceanwp settings section and disable it for that selected page.

    Or you can use the below CSS and change the page Id with your page id.

    .page-id-24 .page-header-title.clr {
        display: none;
    }
    Thread Starter Mushlih Almubarak

    (@mushlih)

    scroll down at the title tab in the oceanwp settings section and disable it for that selected page.

    Like I said, if I disable the page titles from that setting, it will also disable the breadcrumbs, why?
    Thank you

    Plugin Support Abhishek

    (@abhikr781)

    Hello,

    That setting disables the complete page title section, not a selected part of the title.
    If you need to disable a custom part like page title and show the breadcrumbs then it needs to use the custom code.

    You can use the above code with your page id, it will work as per your need.

    Thread Starter Mushlih Almubarak

    (@mushlih)

    Ok, thank you very much

    Plugin Support Abhishek

    (@abhikr781)

    You are most welcome!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Hide page title and keep breadcrumb’ is closed to new replies.