• Resolved wapatu

    (@wapatu)


    I am using a child theme to make changes. I’ve successfully added the code to remove the page title from the top of my home page and still have it included and centered on the other pages. However, the page title is now showing up on the bottom of my home page. I’ve tried all the options I could think of to remove it. Any assistance would be helpful. Thank you in advance. My site in progress
    Diane

Viewing 3 replies - 1 through 3 (of 3 total)
  • jack randall

    (@theotherlebowski)

    are you trying to get rid of the Home title at the bottom?

    in your child theme’s style.css put a . in front of the word home and see if that does the job…

    .home .page-header{
    display:none;
    }
    Thread Starter wapatu

    (@wapatu)

    You’re wonderful, it worked, thank you. So frustrating that something simple like a “.” can change everything!

    jack randall

    (@theotherlebowski)

    a missing . or a misplaced ” has stumped many many programmers 🙂

    glad it worked though 😀

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

The topic ‘Removing page title from bottom’ is closed to new replies.