Changing/removing footer of a 404 page

Home Forums Jevelin Theme Changing/removing footer of a 404 page

Home Forums Jevelin Theme Changing/removing footer of a 404 page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • stevenkuppers
    Participant

    Hello.

     

    I have my “footer” in place on my site, but when I go to my 404 page, it shows a different footer, which is part of the theme. How can I set my 404 page footer to the one I am using on my site or remove the footer on the 404 page.

     

    http://www.stevenkuppers.com

     

    Thanks for your time,

    Steven

    Solution for this topic

    Hi Steven,

     

    I hope you are well today and thank you for your question.

     

    You can remove the footer on 404 page by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

    .error404 .sh-footer .sh-footer-widgets {
     display: none;
    }

     

    Best regards,
    Shufflehound team

    stevenkuppers
    Participant

    Worked great. Thank you.

     

    Steven

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)