Morden – pages title

  • Unknown's avatar

    I am setting up a website with the Morden Theme.
    I would like to know if it is possible to remove the title from each page.
    I know I can just leave the title blank, but in that case a small space appears between the menu header and the image below.
    It happens automatically in the home page, but not in the other pages.
    I just want the image to be attached to the menu header.
    I don’t want to use widgets or CSS, just wondering if it is a theme feature.

    Thank you,

    arrobarriba

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

  • Hi @arrobarriba, there’s a special setting for that in Morden and a few similar themes.

    Go to My Site > Customize, and click on HomePage Settings. Scroll down a bit and you’ll find some checkboxes, one of which allows you to hide the page title. Check that and you’ll be set.

    Let us know if you need more help!

  • Unknown's avatar

    I see that option and I have already done that. But it only works for the homepage.
    How can I do the same for other pages?
    So basically, I want the header of other pages to look like the home page one.

  • You’ll need a Premium or higher paid plan for this, as it can only be done via CSS: https://wordpress.com/support/custom-css/

    If you do upgrade, simply add this via Custom CSS:

    .entry-header {
        display: none;
    }
  • Unknown's avatar

    Ok, that makes sense.
    I only have the Personal plan.

    Thank you.

  • The topic ‘Morden – pages title’ is closed to new replies.