Removing the page title

  • Unknown's avatar

    Hi,

    I’m want to remove the header (page title), but I found that impossible to do so. I was told there is something called plugin, but just impossible to find the button on my dashboard. Please help.
    My site is laiwaiyi.com

    Thanks!
    waiyi

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    Since you have the Custom Design upgrade, you can use Custom CSS to remove the header.

    To add custom CSS, go to your My Blogs page and click the Customize link under the blog’s title. In the Customizer, open the CSS section and in the CSS editor there, you can enter the following CSS:

    .entry-title {
    display: none;
    }

    That will remove the page title from all the pages on your site. If you’d like to just remove some page titles and not others, you’ll need to make some changes to that CSS code.

    If you need, we have tips for getting started with CSS here:

    If you have CSS questions, most of our CSS support is done in the CSS Customization forum by expert staff and volunteers:

    https://en.forums.wordpress.com/forum/css-customization

    Please let me know if you have any questions about that. :)

  • The topic ‘Removing the page title’ is closed to new replies.