-
Anve S. replied to the question Remove Buddyboss Header/Footer in the forum Boss. theme 8 years, 12 months ago
hi @ninety83,
Try applying following css in child theme’s custom css option.
#panels #right-panel {
margin-top: 0 !important;
}
Regards,
Anve -
Anve S. replied to the question Remove Buddyboss Header/Footer in the forum Boss. theme 8 years, 12 months ago
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;
}