I’d like to remove the header, and the footer, from this page http://blog.crediblock.com/team/
Can we do that with CSS with Airi?
What about the footer too, while we are at it?
I’d like to remove the header, and the footer, from this page http://blog.crediblock.com/team/
Can we do that with CSS with Airi?
What about the footer too, while we are at it?
Hi,
Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
.page-id-153 .site-header,
.page-id-153 .site-footer {
display: none;
}
Regards,
Kharis
aThemes Support