Support » Theme: Twenty Twenty-One » Remove standard page titles

  • Resolved cfkilowatt

    (@cfkilowatt)


    I have created my own page titles and assumed the standard ones already on the page wouldn’t show when the site goes live, as the ‘Home’ one doesn’t show. I can’t see a way to remove them and only use my own? I’m really hoping there is a way..

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Ian Sackofwits

    (@plantprogrammer)

    Hi, cfkilowatt, you can achieve this using CSS.

    Something like

    .entry-header.alignwide {
    display: none;
    }

    could work to remove the page title.

    On what pages did you want to remove the title?

    Moderator Kathryn P.

    (@zoonini)

    Heya @cfkilowatt,

    To remove page titles on all static pages, I’d probably adjust the CSS suggested above just a tad and use this:

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

    Please let us know how it goes!

    Thread Starter cfkilowatt

    (@cfkilowatt)

    Hi @zoonini and @plantprogrammer,

    Thank you so much for the advice, the first option worked! Thank you @plantprogrammer

    Kind regards, cfkilowatt đŸ™‚

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove standard page titles’ is closed to new replies.