custom 404 page

Posted in: Newspaper
Post count: 8

Hi, i’d like to change the 404 page to a full screen image(no header or footer) with just a homepage redirect button. Also i’m using the child theme, so do i add the 404 page in there?

Please let me know how this can be done.

Thank You

Post count: 7909

Hi,

You need custom modifications to achieve that and it is not an easy task to remove header and footer. I suggest to hire someon to do this for you as we cannot provide custom work at this time, sorry!
Yes, you can add the 404 template in the child theme and customize it like you want, just add it in the root of the child theme – http://screencast.com/t/UaL15ndJU2K
Also if you want to hide the header and footer on 404 template, you can use this custom css in Theme Panel > Custom Css:

.error404 .td-header-wrap, .error404 .td-footer-wrapper, .error404 .td-sub-footer-container {
display: none;
}

Thanks!

Post count: 8

Cool thanks, is it possible to add a bg image with php?

Post count: 7909

Hi,

I guess it is more easily is to add the background image using custom css in Theme Panel > Custom Css – http://screencast.com/t/QpFHa5yt

.error404 .td-main-content-wrap {
background-image: url('link to your image');
}

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.