BuddyBoss Home – Web Support Forums Themes OneSocial theme Remove Space for Page Title

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

    #67839
    @angelxie

    How 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

    #67897
    @anve

    Hi @angelxie,

    Could you please share your site url . I’ll provide you the corresponding css code.

    Regards
    Anve

    #68466
    @angelxie

    The Movement

    Here it is. Thank you!

    #68542
    @anve

    Hi @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
    Anve

    #68631
    @angelxie

    Hi There! Added the code but still didn’t work on the two main pages. Can you please advise? Thanks!

    Coming Soon

    The Movement

    #68702
    @anve

    Hi @angelxie,

    Please try adding following css in child theme’s custom css option.

    
    .home-page #page {
      padding-top: 0!important;
    }
    

    Regards
    Anve

    #69785
    @angelxie

    Hi 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!

    #69852
    @anve

    Hi @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
    Anve

    #69864
    @angelxie

    Great! Thank you for the trick for future use 😉
    It works great.

    Angel

    #69889
    @anve

    Hi @angelxie,

    Great 🙂 . I’ll close this topic .

    Regards

Viewing 10 posts - 1 through 10 (of 10 total)
  • The question ‘Remove Space for Page Title’ is closed to new replies.