• Resolved factory1

    (@factory1)


    I would like to remove the title from static pages. For instance, the home page says ‘Home’ at the top of it, contact page says ‘Contact’.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You need to make a Child Theme first.

    http://codex.wordpress.org/Child_Themes

    Also, please post the link of your page.

    Thread Starter factory1

    (@factory1)

    thanks for the awesome advice, mybdbis. so glad that you replied. i can’t post the link because it is in a password protected directory.

    what i ended up doing was to reduce the size of the title font and using some text there and then changing the navigation label in the menu.

    Thread Starter factory1

    (@factory1)

    after trying several recommendations found in other support threads i finally found this post helpful and amended my css accordingly.

    my css addition:
    .home .page .entry-title {
    display: none;
    }

    Glad you made it.

    Same way, if you want to apply this on all pages, you can do this:

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

    All the best!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘removing title for static pages’ is closed to new replies.