• I have tried every thread that discusses this and nothing is working, I’ve added lines to the style.css and I’ve remove the H1 line from content.php but the Home page title is still showing (right under the navigation bar). This is extremely frustrating.
    Site is https://www.pinecrestinnrealty.com/pcirealty/ Only have the index page there now. Any help is appreciated!!

Viewing 4 replies - 16 through 19 (of 19 total)
  • Try using Firefox with the Firebug add-on for this kind of CSS troubleshooting. Or use whatever developer tool is available in your web browser.

    Thread Starter cds74

    (@cds74)

    That doesn’t help me much. I’d be better off coding this site by hand if WP isn’t able to remove whitespace easily.
    I even put in a custom theme from another site that has zero whitespace in that area but yet it has it here. I don’t get it

    You also have some padding on your .site-header. Try

    .site-header {
        padding: 0;
    }

    I’m curious, by the way. Why does your theme have two values for padding on your .site-header: 0 in pixels and 1.714285714 in rems?

    Thread Starter cds74

    (@cds74)

    I must have been trying another theme when you looked it at, Stephen. Looks like adding in
    .site-header {
    padding: 0;
    }
    .
    Did the trick and got ride of the extra space, thank you!

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Twenty Twelve Remove All Entry Titles’ is closed to new replies.