• I’m wondering if there is a way to remove the page Title or hide it so that it is not at the top right of each page (my only solution was to leave that field blank but then it become difficult to determine which page is which when I want to edit a page.)

    My site is in Maintenance Mode at the moment.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,

    Please try this CSS code:

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

    You can put the code to: customize > additional CSS.

    Thread Starter valentiwoman

    (@valentiwoman)

    Hi. Thanks. I tried using that code but it did not work.

    Hmm can you make your site online for a while and let me to check your site directly?

    Thread Starter valentiwoman

    (@valentiwoman)

    Sure. Its live, the page is
    Heal4Real

    The page title is Letter. That is what I would prefer not to be seen.

    Hi,

    Thank you, I have try to implement the code in above using chrome dev tools and its worked.

    Or can you please try this CSS code:

    h1.entry-title {
        display: none;
    }
    Thread Starter valentiwoman

    (@valentiwoman)

    Thanks. I put the code in custom css

    /* h1.entry-title {
    display: none;
    }
    */

    but I am still seeing the page title at the top of the page.

    Thread Starter valentiwoman

    (@valentiwoman)

    I removed the /* */ and it worked. Thanks for the help.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Page Title’ is closed to new replies.