How can I modify my 404 page's design and layout?

Hi,

I want to change the 404 page from the one above (current), to the one below. I cannot seem to edit the “Main 404” section so I cannot change the font, size, and remove the button.

https://www.fillgapagency.com

Password: pahglo

Can anyone help?

Hi,

You already made the bottom part.

Just add the code below in to the Assets/base.css to hide top part.

div.template-404 {
  display: none;
}

Hope it helps.

Thanks.

Hi @DavidEKim ,

Thanks so much!!