Reply 218865 to: 404 Page questions

Avatar: Rose Tyler
Rose Tyler
Support staff
August 10, 2019 at 09:16

Hello,

In this case, you need to follow the previous instruction – http://prntscr.com/oquk3a
Connect to your server via FTP software, go to themes/xstore folder, there you will find 404.php file. Copy the file to themes/xstore-child folder and edit the content depends on your needs http://prntscr.com/oqul5m
Styling, can be changed using custom CSS code. Add CSS code in style.css file of the child theme. For example,
http://prntscr.com/oqum70

/* custom 404 page */
.page-404 h1 {
    color: red;
}
.page-404 p {
    color: #212121;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.