Hi,
I want to hide the sidebar in 404 page, how should I do?
Thanks advance!
Enffie
Hey!
Try adding this code to the Quick CSS:
.error404 .sidebar{
display: none;
}
Cheers!
Josue
Hi,Josue:
Is that means Style.css?
Hi!
No, the Quick CSS is a textarea where you can put custom CSS code, it is located in Enfold > General Styling.
Cheers!
Josue
Hi,Josue:
I did but it doesn’t work.
Enffie
Hey!
Try with this:
.error404 .sidebar{ display: none !important; }
.error404 .content{ border: none !important; }
Regards,
Josue
Hi,
It works,Thank you!
Enffie