Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #52102
    Jarden
    Member

    Hi Sakin,

    I am trying to remove post titles from appearing on the actual posts themselves, but not on the homepage (which displays my most recent posts) I’ve searched through a few other similar threads but unfortunately the custom CSS codes you provided removed the title from my home page as well.

    http://www.high-mind.com

    I had #content .entry-header { display: none; } in custom CSS, which removed post titles in the posts AND on the home page.

    Any advice? Thanks a lot for all your past answers man.

    #52157
    Sakin
    Keymaster

    @Jarden: You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove post title when viewing single post.
    .single-post .entry-header { display: none; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Post TItles – Remove from posts but not from homepage’ is closed to new replies.