Remove page titles

  • Author
    Posts
  • #91995

    Hi,

    Can you please tell me how to remove the page titles on all of my post pages? Thanks.

    Website: puristatopfive.com

    #92300
    Zed
    Cryout Creations mastermind

    You can do that with CSS:

    .page .entry-title { /* for pages */
        display: none;
    }
    .single-post .entry-title { /* for posts */
        display: none;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #92428

    Awesome thanks!

    #92727
    Nina Isabella
    Power User

    BUT: Can we remove the block or white space of the (hidden) title? (So that the rest of the page’s content moves up?)

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Remove page titles’ is closed to new replies.