Removing page headings

  • eleni_meleni

    #7395

    I wish to remove the blue (hyperlinked) page headings from each page (but not from the posts). Is that easy to do?

    Anonymous

    #38066

    Add this to Custom CSS.

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

    eleni_meleni

    #38067

    Perfect. That worked a treat!

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

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