Hiding page titles

  • ryanmallen

    #8306

    I have a website (ryanmallen.com) with several static pages and a news page (my “blog” page). I want to hide the page titles from my static pages.

    I tried inserting the following code in the Custom CSS section:

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

    which succeeds in removing page titles but also hides the titles of each entry on my blog page. I tried removing “.entry-title” from the code above, but then the page titles weren’t hidden.

    Does anyone have any suggestions?

    Thanks in advance.

    Anonymous

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

    ryanmallen

    #40876

    Thank you!

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

  • You must be logged in to reply to this topic.