BuddyBoss Home – Web Support Forums Themes Boss. theme Remove Buddyboss Header/Footer

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

    #60273
    @ninety83

    Hi all,

    I am trying to remove the buddyboss header and footer from all pages. I have seen a couple of threads on this issue in the forum but i can not see 1 clear clean answer or if it has been truly solved? If any 1 has done this could you PLEASE let me know how?

    regards,

    ken

    Answers

    #60440

    Anonymous
    @

    Hi @ninety83, Please let me know do you want it to remove from all pages or specific one so I could suggest you according to that.

    Regards

    #60541
    @ninety83

    Hi @pallavi,

    I would like to remove it from all pages please?

    regards,

    Ken

    #60642
    @anve

    Hey @ninety83

    You can try following css in child theme’s custom css option .This will hide the header and footer section from all the pages.

    
    header#masthead, footer {
      display: none!important;
    }
    
    #60651
    @ninety83

    hey @anve,

    I tried the css. It succesfully removed the navigation and search tab, but im left with an empty black tab at the top of the screen. Any ideas how to remove it?

    regards,

    ken the

    #60696
    @anve

    hi @ninety83,

    Try applying following css in child theme’s custom css option.

    #panels #right-panel {
      margin-top: 0 !important;
    }
    

    Regards,
    Anve

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Remove Buddyboss Header/Footer’ is closed to new replies.