Home › Forums › Jevelin Theme › Changing/removing footer of a 404 page
Home › Forums › Jevelin Theme › Changing/removing footer of a 404 page
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.
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
Worked great. Thank you.
Steven
You are most welcome here 🙂