remove header?

Home Forums Best Business remove header?

  • This topic is empty.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #2352
    Anonymous
    Inactive

    Hi, is there any way to remove the header when you show a page? I would like a clean page to work on it.

    #2353
    Anonymous
    Inactive

    Sorry, my fail, what I don’t want to show is the grey part of this image capture

    capture

    #2372
    Anonymous
    Inactive

    I am running into this problem as well. I would either like to remove the header altogether, or have the ability to upload a custom header photo on each individual page.

    #2455
    Anonymous
    Inactive

    I have the same question. if not remove, change per page, and get rid of the breadcrrumbs!

    #2626
    Axle Support
    Moderator

    Sorry to be out for a while

    We will check that and fix it on our next version in near future.

    Regards

    #3621
    Anonymous
    Inactive

    Have you found a way to remove the grey header with the page titles and breadcrumbs yet?

    #3622
    Axle Support
    Moderator

    Hi,

    Can you please be more specific, what you want us to remove. Is that only the background color or what?

    Hope you will understand us and let us help you.

    Regards

    #3624
    Anonymous
    Inactive

    On the pages there is a grey header with the page title and the breadcrumbs that show up under the main menu. I would like to get rid of this.

    #3626
    Axle Support
    Moderator

    Hello,

    If you just want to remove the background color only then you just can add the following CSS to the Additional CSS section in your customizer.

    #custom-header::after {
        background: #fff;
    }
    #custom-header {
        padding: 30px 0;
    }
    .custom-header-wrapper .page-title {
        color: #000;
    }
    #breadcrumb li {
        color: #000;
    }
    
    #breadcrumb li a:hover {
        color: #000;
    }

    If you just want to hide all that section along with the title and breadcrumbs you can use the following CSS

    #custom-header {
        display: none;
    }

    Hope this solves your problem, if you still get confused please let us know we will be happy to assist you.

    Regards
    Support Team

    #3627
    Anonymous
    Inactive

    Thank you so much for your help and speedy responses!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘remove header?’ is closed to new replies.