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.
Password: pahglo
Can anyone help?
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.
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!!