Archived topic
Remove 404 Content
3 replies · Started by Huseyin on October 19, 2020
Viewing posts 1–4 of 4
Hi Team,
I'm wondering how could remove this content from the 404 pages? Tried with CSS but no luck.
https://ibb.co/7JMwMn9
Hi there,
Try this CSS:
body.error404 .entry-title, body.error404 .entry-content {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thank you so much Leo
No problem :)
This archived topic is closed to new replies.