Home › Forums › Jevelin Theme › change 404
Home › Forums › Jevelin Theme › change 404
Where can i change the 404 page. I only want it to display a text message, so I want to remove the footer, link to copyright etc.
Solution for this topic
Hi @ddewit,
I hope you are well today and thank you for your question.
The 404 page is dynamic page so you can only change it developing custom code.
You can remove the footer on it 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 footer.sh-footer { display: none; } .error404 .content-container.sh-page-layout-default { margin-bottom: 0 !important; }
Best regards,
Shufflehound team
thx for the quick reply!
You are most welcome here š