Home Forums Basel support forum hide header and footer Reply To: hide header and footer

#11589

Artem Temos
Keymaster

Hello,

You can add the following code snippet to the Custom CSS field for some page to disable header and footer

.main-header,
.header-spacing,
.footer-container
 {
 	display:none;
 }

Regards