How to make page titles appear on Child pages

  • lunerunit

    #8122

    I’d like for the titles of my child pages to be visible when the parent page is selected. Without the Page titles above the pages, you can’t tell what page it is.

    Also, all the text on the excerpt of the child pages makes one giant paragraph. On some pages this is fine, but on others, such as pages that use a table, the excerpt text runs together, ignoring the table and paragraphs. It’s very confusing for the viewer. Any ways around this? Thanks again!

    sportsmanskihaus.com

    Here’s a screen shot of what I’m talking about:

    Capture.jpg

    I know I’ve been asking a lot of questions lately so I really appreciate the help.

    Admin

    Syahir Hakim

    #40399

    You have this code in your Custom CSS option, I believe:

    .post-11 .post-title,
    .post-title a {
    display: none;
    }

    Remove that and the title would appear.

    lunerunit

    #40400

    When I removed this my titles returned, which was great! Then I remembered why I had this code in the first place. I wanted to remove the title of my home page, which post ID 11.

    How do I remove just the title of my home page but leave all of the other page titles there?

    http://www.sportsmanskihaus.com/

    Mod

    Kenneth John Odle

    #40401

    Try

    .home .post-title {
    display: none;
    }

    lunerunit

    #40402

    Ha Ha! It worked! Thanks so much and thanks for the lightning fast response!

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.