Remove H1 page title

Home Support Medical Way Plus Remove H1 page title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7848
    Brian
    Participant

    Hi

    The default H1 is always the page title, i.e. Home is H1 for home page, and is there a way to remove it using ‘Additional CSS’ function?

    I’ve located the post ID of ‘home title’ that I intend to remove being ’16’, and tried the method found on internet but without any success, so it looks like below

    .post-16 .entry-title{
    display:none;
    }

    I’ve successfully removed it by using a WordPress plugin, called ‘Title Remover’, but I would like to achieve the same result if I could without using any plugins.

    Can you please help?

    #7849
    ProDesigns
    Keymaster

    Hi @Brian,

    Please go to Appearance >> Customize >> Additional CSS and add following CSS to hide title for pages.

    .page header.entry-header {
        display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.