• Resolved txphi592

    (@txphi592)


    Hey guys, random but annoying question I hope someone can help me with:

    When you visit https://www.amzanalyzer.com/knowledge-base/ you will see there is a light grey bar under the main dark grey header with nothing in it but a small home logo (that links to homepage). I would like to remove this grey bar entirely and can’t find any options under WP or theme (Meminz 1.5) settings.

    I am using the latest Heroic Knowledge Base plugin on this page.

    Please help?

    • This topic was modified 7 years ago by txphi592.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Try to add the following element under style-sheet/CSS.

    .col-lg-12 {
        display: none;
    }

    Once you add the above code, your page ( https://www.amzanalyzer.com/knowledge-base/ ) will look something like below:

    DO NOT DO THAT – it will overwrite bootstrap’s core CSS

    Please check with your theme settings to see if there is an option to turn off the Breadcrumbs or page header- Ultimately you should post your question back at themeforest where the theme’s developer’s can answer your question. Commercial themes are not supported here in the forums.

    Thread Starter txphi592

    (@txphi592)

    Hmm, can anyone else chime in?

    There are no settings for this and unfortunately, I can’t access the themeforest support because my previous developer set up the theme and I have no way to authenticate.

    
    body.post-type-archive-ht_kb .page-header {
        display: none;
    }
    body.post-type-archive-ht_kb #inner-page {
        margin-top: 50px;
    }
    

    This CSS will not do anything to the default Bootstrap CSS and will only work on the KB page so rest of the site will not be affected –

    Thread Starter txphi592

    (@txphi592)

    That worked perfectly, thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove extra header on page’ is closed to new replies.