BuddyBoss Home – Web Support Forums Themes Boss. theme Disable Page title

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Question

    #54214
    @rentahost

    How can I disable the Page Title. I have attached a screen shot so you can see. It’s the sections that says “Hello There”. Also, I’d like to drastically reduce or maybe even eliminate the whole white area section that it is contained in.

    Answers

    #54219

    Anonymous
    @

    Hi @rentahost, Please select the page template as a home page to remove page title.

    Regards
    Pallavi

    #54220
    @rentahost

    By doing that I get the Buddy Panel on the left which I do not want. How can I disable the title without activating the buddy panel???

    #54234
    @vapvarun

    Hi @rentahost,
    you can use following custom css

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

    Regards

    #54236
    @rentahost

    Thanks that worked but the other part of the questions was:
    Also, I’d like to drastically reduce or maybe even eliminate the whole white area section that it is contained in.

    What about this?

    #54242
    @vapvarun

    Hi @rentahost

    There is an extra padding added to the top and bottom
    You can adjust those with following css
    reduce 60px to what ever you need

    
    #activate-page, .sensei-content, body.page:not(.buddypress) .site-content article:not(.comment), body.single:not(.buddypress):not(.bbpress) .site-content article:not(.comment){
    padding-top: 60px!important;
    padding-bottom: 36px!important;
    }
    

    Regards

    #54245
    @rentahost

    awesome! thanks so much it worked perfectly!

    #54281
    @vapvarun

    🙂 Great

Viewing 8 posts - 1 through 8 (of 8 total)
  • The question ‘Disable Page title’ is closed to new replies.