Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5888
    cbtoolkit
    Member

    I do not want to display the name/title of pages when a visitor opens them.

    Using:

    h1.entry-title {display: none; }

    is no good because it removes the blog entry titles – which I want to keep. Do I need to edit the theme php files to accomplish this?

    I’d rather not – it becomes one more thing for me to manually maintain.. but I do not see a way to distinguish between page entry-titles and blog entry-titles.

    Thanks.

    #6053
    cbtoolkit
    Member

    I see that you answered this in a prior post.

    .page .entry-title { display: none; }

    Thanks.

    #6064
    Sakin
    Keymaster

    @cbtoolkit: Yes your second css in good if you just want to hide in page only.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Removing page title…’ is closed to new replies.