[Resolved] Remove 404 Content

Home Forums Support [Resolved] Remove 404 Content

Home Forums Support Remove 404 Content

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1495401
    Huseyin

    Hi Team,

    I’m wondering how could remove this content from the 404 pages? Tried with CSS but no luck.
    https://ibb.co/7JMwMn9

    #1495756
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    body.error404 .entry-title, body.error404 .entry-content {
        display: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1496088
    Huseyin

    Thank you so much Leo

    #1496092
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.