• Resolved nickpetersres

    (@nickpetersres)


    Hi,

    I’ve installed Betterdocs (great plugin btw) but I’m struggling a bit with its integration in my current theme (Saasland). I’m desperately trying to get rid of my theme banner / breadcrumb on singular posts from Betterdocs. Usually, my template offers the possibility to activate / deactivate it on pages and blog posts but it doesn’t have this option with the docs created by Betterdocs (I guess this is due to the custom nature of the docs type).

    Not very familiar with php / css, it seems like I can remove the banner by adding the following custom CSS:

     .breadcrumb_area {
        display: none;
    }

    However, this code removes the banner from all pages and posts, not just docs from Betterdocs. How could I modify this code so that it only applies to docs / pages from Betterdocs? Or, alternatively, if this solution is not recommended, do you know how to do so differently?

    For instance, the following page built with Elementor works great and does not have the banner / breadcrumb:
    https://realestatespreadsheets.com/support

    Thanks for the help!

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

Viewing 1 replies (of 1 total)
  • Thread Starter nickpetersres

    (@nickpetersres)

    I may have found an appropriate code:

    .single-docs .breadcrumb_area {
        display: none;
    }

    It seems to apply to the docs pages only but please let me know if I’m making a mistake here.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Banner / Breadcrumb for Docs type’ is closed to new replies.