Can I have the "Home" title removed at the top here, but keep the page name?

  • Unknown's avatar

    I want to keep my home page simple, but the template (Hew) doesn’t allow me to remove the title from the page’s display and keep the actual title for menu purposes.
    I am unfamiliar with CSS, and would like some help or suggestions for how to go about this,
    Thanks!

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

  • Hi there.

    If I understand, you would like to remove entry-titles (or at least, to make them invisible). You can do it with a little bit of CSS magic. Try to add this custom CSS code to your web :

    .entry-header {
    display:none;
    }

    I hope this helps you.

  • The topic ‘Can I have the "Home" title removed at the top here, but keep the page name?’ is closed to new replies.