hide header and footer
Hi,
how can I hide the header and footer on a theme. I found some old articles with some CSS to add, but it's not working on my site. I use the AI3 theme template.
thanks
Hi,
how can I hide the header and footer on a theme. I found some old articles with some CSS to add, but it's not working on my site. I use the AI3 theme template.
thanks
Comments
Hi,
Please open the page options and set the template to Blank Page:
Best regards
perfect. solved my issue.
I also managed to solve it by using a CSS
.page-id-2571 header,
.page-id-2571 footer {
display: none !important;
}
which option is better in your opinion? which option will use less resources mainly
Changing the page template will be better, but it is up to you.
Best regards