Hi!
I’d like to personalize the style of my 404 page. I’ve installed the “404page” plugin that works in my other site but not with Enfold. What can I do to style the 404 page? Because the actual 404 doesn’t looks fine, the title is under the logo, and all the page is white.
Thank you,
Valentina
Hi cielofan!
You can edit the 404 template content at /enfold/includes/error404.php.
The actual 404 template can be found at /enfold/404.php.
Best regards,
Elliott
Hi Elliott,
thank you for your answer but I don’t know how to change the header to looks like the headers of others pages because i set the header from the sidebar when I create a new page.
As you can see in my link above the header looks white and you can’t see the logo, and the title of page is under the logo. How can I change the header likes the others page? Or at least can I set the page that I’ve created like the 404 page by default?
Thanks,
Valentina
Hey!
Add this to your custom CSS.
.error404 #header { position: relative !important; }
Cheers!
Elliott