Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3434057
404 Error page
Closed

Comments

  • Lella started the conversation

    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).

    Attached files:  Screenshot 2023-08-10 alle 16.34.10.png

  •  2,541
    PenciDesign replied

    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.