BuddyBoss Home – Web Support Forums Themes Boss. theme Remove Page header

Viewing 15 posts - 1 through 15 (of 16 total)
  • Question

    #49144
    @costyclan

    How can I completely remove a header on one page only (see attached).
    Thank you again for your continued support. You guys have been amazing.

    Answers

    #49146

    Anonymous
    @

    Hi @costyclan, Please add this css in your custom.css file:

    
    #post-5217 header.entry-header h1.entry-title {
    display: none !important;
    }
    #post-5217 header.entry-header {
        margin-bottom: 0;
    }
    article#post-5217.post-5217.page.type-page.status-publish.hentry {
    padding: 0px 30px !important;
    }
    

    Regards
    Pallavi

    #49205
    @costyclan

    Hi Pallavi,
    This code has removed the title from showing but the titlebar is still there and there is still a large gap between page content and titlebar.

    #49206
    @costyclan

    Actually what would be better would be to…
    1. keep the titlebar but remove the titlebar menu from showing on mobile (just keep profile menu), and
    2. remove the gap between page content and title bar

    thanks Pallavi

    #49473
    @costyclan

    Any suggestions on how I can remove the gap on homepage Pallavi?

    #50078
    @costyclan

    @pallavi any answers?

    #50085
    @barbebeaty

    I’ve the same question.

    Thanks.

    #50148

    Anonymous
    @

    Hi @barbebeaty, Please provide me your site’s url so I could check it once.

    Regards
    Pallavi

    #50445
    @costyclan

    @pallavi any luck with this?

    #50465

    Anonymous
    @

    Hi @costyclan, That is page specific title header, if you do not want to display page title at any page you can use

    
    .entry-title{
     display: none !important;
    }
    

    Regards

    #50558
    @costyclan

    @vapvarun unfortunately this does not solve my issue. If I add that code it removes all the post titles when in summary and the white gap is still there on the home page (screenshot already submitted).
    Still need something that will work to remove that gap please.

    #50597

    Anonymous
    @

    Hi @costyclan, Please add this css in your custom.css file:

    
    body.buddypress .entry-content {
        padding: 0 !important;
    }
    .item-list-tabs.bps_header {
        padding: 0 !important;
    }
    

    Regards
    Pallavi

    #51052
    @costyclan

    That still doesn’t work on mobile or desktop layout. Perhaps it’s padding in the page and not header?
    It’s also there above line in footer area. Please, please help me with this.

    #51075

    Anonymous
    @

    Hi @costyclan, On the homepage there is white space on the top of content section (below the header) and at the bottom of the page (just above the footer)
    Here’s the css code for that:

    
    .pagination-below {
          margin-bottom: 0 !important;
    }
    .panel-grid:first-child {
        padding-top: 0px !important;
    }
    

    Regards
    Pallavi

    #56717
    @scottb50

    Did this work?

Viewing 15 posts - 1 through 15 (of 16 total)
  • The question ‘Remove Page header’ is closed to new replies.