BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Remove Page header
- This topic has 15 replies, 5 contibutors, and was last updated 8 years, 10 months ago by Anonymous.
Question
October 20, 2015 at 3:40 am #49144@costyclanHow 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
October 20, 2015 at 4:45 am #49146@
AnonymousHi @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
PallaviOctober 20, 2015 at 5:27 pm #49205@costyclanHi 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.October 20, 2015 at 5:29 pm #49206@costyclanActually 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 barthanks Pallavi
October 24, 2015 at 3:12 pm #49473@costyclanAny suggestions on how I can remove the gap on homepage Pallavi?
October 29, 2015 at 5:08 pm #50078@costyclan@pallavi any answers?
October 29, 2015 at 9:25 pm #50085@barbebeatyI’ve the same question.
Thanks.
October 30, 2015 at 7:20 am #50148@
AnonymousHi @barbebeaty, Please provide me your site’s url so I could check it once.
Regards
PallaviNovember 2, 2015 at 4:55 pm #50445@costyclan@pallavi any luck with this?
November 3, 2015 at 4:55 am #50465@
AnonymousHi @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
November 3, 2015 at 6:19 pm #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.November 4, 2015 at 6:28 am #50597@
AnonymousHi @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
PallaviNovember 8, 2015 at 8:01 pm #51052@costyclanThat 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.November 9, 2015 at 5:50 am #51075@
AnonymousHi @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
PallaviJanuary 20, 2016 at 5:09 am #56717@scottb50Did this work?
- The question ‘Remove Page header’ is closed to new replies.