Church Theme – How to hide page name?

Home Forums Omega Child Church Theme – How to hide page name?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1459
    sweeper154
    Participant

    I can’t find anywhere to hide the page title from each page. All of my pages have the ‘page title’ on each page. Is there a way to remove this?

    #1501
    han
    Keymaster

    Go to “Appearance > Customize > CSS” , and add this

    .singular-page .entry-header {
    display:none;
    }
    #1734
    miette
    Participant

    Thanks! This did the trick for remove the page title, but what about removing the category title? See http://www.polkarocks.com, the About (which is a page) hasn’t got it but all the other menu items (which are categories) have it still?
    Thanks!

    #1763
    han
    Keymaster
    .archive-title {
        display: none;
    }
    #1769
    miette
    Participant

    Awesome, thanks so much!

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

You must login to reply to this topic.