• Resolved hgrellier

    (@hgrellier)


    Hi,

    I’m creating a website on WordPress 5.4, using the theme Twenty-Twenty.

    On my home page, I only want the content to be displayed, not the page title.

    So, I installed an extension that does the job, but the space used to display the title is still present.

    Does anyone knows how to remove it, but only on the home page?

    Thanks by advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • ignore or remove your ‘installed an extension that does the job’;

    try this CSS instead, added via ‘Additional CSS’:

    .home.singular .entry-title { display: none; }

    or to remove even more space:

    .home.singular .entry-header { display: none; }

    • This reply was modified 4 years, 11 months ago by Michael.
    Thread Starter hgrellier

    (@hgrellier)

    I tried it and it works, Thank you very much

    Would it be possible to do this for all pages? Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Delete page title on specific page’ is closed to new replies.