BuddyBoss Home – Web › Support Forums › Themes › OneSocial theme › Remove Space for Page Title
- This topic has 9 replies, 2 contibutors, and was last updated 8 years, 6 months ago by Anve S..
Question
April 12, 2016 at 12:04 pm #67839@angelxieHow can you remove the page title for all pages?
I installed Toggle The Title plugin someone recommended here. It works great, but it still leaves a empty space between the content and the navigation bar. How can I remove that on both mobile and desktop version? Thanks!
Answers
April 13, 2016 at 1:43 am #67897@anveHi @angelxie,
Could you please share your site url . I’ll provide you the corresponding css code.
Regards
AnveApril 15, 2016 at 12:15 pm #68466@angelxieHere it is. Thank you!
April 16, 2016 at 2:01 am #68542@anveHi @angelxie,
Please firstly remove the page titles , i can still see it on http://www.rocksavvy.com/groups/ and let me know when you are done.
Try using following css after removing page titles , apply it in child theme’s custom css
header.entry-header { margin-bottom: 0!important; }
Regards
AnveApril 16, 2016 at 9:35 pm #68631@angelxieHi There! Added the code but still didn’t work on the two main pages. Can you please advise? Thanks!
April 18, 2016 at 1:23 am #68702@anveHi @angelxie,
Please try adding following css in child theme’s custom css option.
.home-page #page { padding-top: 0!important; }
Regards
AnveApril 26, 2016 at 3:15 pm #69785@angelxieHi Anve,
It did work on the homepage. Thanks!
What code can I use to ensure additional pages I’m building will have the same effect? For example, the new page I’m building still shows the empty space. http://www.rocksavvy.com/movement
Please advise. Thanks!
April 28, 2016 at 6:35 am #69852@anveHi @angelxie,
You can use the following css code , place in child theme custom css .
.page-id-60 .site { padding-top: 0; }
Note : You can inspect the class on ‘body’ element . And can replace ‘page-id-60’ with the corresponding class on body.
Hope it helps.Regards
AnveApril 28, 2016 at 10:52 am #69864@angelxieGreat! Thank you for the trick for future use 😉
It works great.Angel
April 29, 2016 at 5:13 am #69889
- The question ‘Remove Space for Page Title’ is closed to new replies.