• Resolved RichGresswell

    (@richgresswell)


    Dear All

    Does anyone know how to remove a title area on a page – I’m using twenty eleven.

    Best wishes
    Richard

Viewing 8 replies - 1 through 8 (of 8 total)
  • One page, or all pages?

    Thread Starter RichGresswell

    (@richgresswell)

    Thanks for your reply – just one page

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Which one page?

    Thread Starter RichGresswell

    (@richgresswell)

    my static home page on http://www.musicenglish.co.uk – thank you

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Add this to your Custom CSS section of Jetpack;

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

    @andrew that would hide the title on all pages.

    #post-9410 .entry-title {
        display: none;
    }
    Thread Starter RichGresswell

    (@richgresswell)

    Thank you for your replies – very helpful indeed 🙂

    Best wishes
    Richard

    Neither this or anything else I’ve found in the past 3 hours works on TwentyEleven v1.6 running WP v3.6.

    Even tried one suggestion to not give the page a title, but got #20(no title) in the menu bar. Some suggestions said put .page-id-20 .entry-title {display:none}. Well guess what it’s not page-id, it’s page_id. And this on a search for the issue specifically for TwentyEleven.

    I’m a newbie to WP, but am about to throw up my hands in disgust. It shouldn’t be so difficult to find a solution to things. A large number of forum topics will list numerous ways to change and/or fix something on a specific theme. There shouldn’t be but two, or three at the most, ways to fix something. Before diving into WP, I thought it was difficult to find solutions in Photoshop or Illustrator. It’s most frustrating to a newbie. I blame the theme publisher. Themes should come with instructions for making simple changes.

    Well, that’s my two cents.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove Title on Page – Twenty Eleven’ is closed to new replies.