Viewing 2 reply threads
You must be logged in to reply to this topic.
<span style=”color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 15px; line-height: 24px;”>How can I change the background color in the 404 Page not found?</span>
Thanks!
Hello,
Please add this code into your custom css box:
.error404 #content {
background-color: #CDEA7E !important;
}
Change the color to your wish.
Best regards!
You must be logged in to reply to this topic.