CattleDriver

Member

Forum Replies Created

  • In reply to: Page Title Repeated

    #29878

    Indeed that works. I was using .page-title instead of .post-title.

    And thank you for the informative link also.

    In reply to: Page Title Repeated

    #29876

    Bear with me. What do I add to style.css to suppress the page title on that page?

    I’ve tried this to no avail.

    .page-id-2 .page-title {
    display: none;
    }

    Replacing .page-title withh1 works but I’d rather indicate the title specifically.

    In reply to: Page Title Repeated

    #29874

    You are absolutely right. A while ago I attempted to modify that file as I’m using that template for the home page and wanted to stop the page title from displaying on the home page. Just making the typical change to the CSS to remove the home page title didn’t work because the home page isn’t using the default template. I never got that to work anyway, and obviously screwed something up in the process, so I just deleted the template-twocolumnsleft.php in my child theme and will go from there.

    Thank you!

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