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
You are most welcome here 🙂
Popular choice
Professional Developers At Your Fingertips!
If you need services beyond standard support, we've got your back!
Services we offer:
Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.