How can I exclude header and Footer from 404 Error page?
I create header and Footer through Elementor and I have added conditions to exclude both from 404 Error page: but after this I see header and footer from Soledad theme. I enclose here a screenshot as I cannot give you the url (I am working on local).
Hi dear!
How can I exclude header and Footer from 404 Error page?
I create header and Footer through Elementor and I have added conditions to exclude both from 404 Error page: but after this I see header and footer from Soledad theme. I enclose here a screenshot as I cannot give you the url (I am working on local).
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:body.error404 .penci-header-wrap, body.error404 .penci-footer-social-media, body.error404 #widget-area, body.error404 #footer-section { display: none; }Regards,
PenciDesign.