Hi guys, we recently installed a plugin for a custom page error404. It works pretty well, except the page has held onto some of the standard error 404 look. I just want it to look like a page without the options for search, archives, categories etc also being on the page.
the site is http://www.marsmarketing.com.au could you please take a look for us and let us know what you think.
thanks
Oh, never mind. I found the answer myself, it was in settings. Cheers
Hey!
I’m not seeing it on my end. Did you get it sorted?
If your still having problems then take a screenshot and highlight what your seeing so we can get a better idea.
Regards,
Elliott
Hey!
Please try the following in Quick CSS under Enfold–>General Styling:
.error404 .container_wrap.container_wrap_first.main_color.fullsize{
display:none !important;
}
Cheers!
Rikard
Hey!
Please try the following instead:
.error404 .container_wrap_first {
display: none !important;
}
Regards,
Rikard
great, thank you!