• Hi! I’ve been reading the threads on how to remove the Title from shwoing up in custom headers on WordPress.

    The #header h1 { display:none } is not working for me.

    I have put it anywhere and everywhere I could think of in the CSS and it is still there!

    Any help?

    My Header code is below. I’ve left in where I placed it and even put it at the bottom of my CSS and it is still showing.
    https://www.MyBellyBrain.com

    THX!

    /**/ * html .Header { height: 98px;} /* */
    .Header { background: url(images/HeaderBkg.jpg) repeat-x left top; width: 1000px; position: relative; clear: left; padding: 0px; min-height:98px;}

    .Header h1 { display:none; font-size: 28px; line-height: 28px; letter-spacing: -1px; padding: 27px 5px 0px 100px; margin: 0px; font-weight: normal;}
    .Header h1 a { color:#fff; text-decoration: none; display:none }
    .Header h1 a:visited { color:#fff; text-decoration: none; }
    .Header h1 a:hover { color:#fff; text-decoration: none; }
    .Header .Desc { color:#75c0d9; font-size: 14px; line-height: 14px; font-weight: bold; letter-spacing: -1px; font-family: ‘Arial’; padding: 0px; margin: 0px 0px 0px 100px;}
    .Header .LS { position: absolute; top: 30px; left: 30px; background: url() no-repeat left top; width: 69px; height: 49px; display:none}
    #header h1 { display:none }

Viewing 3 replies - 1 through 3 (of 3 total)
  • What do you mean by “custom headers”.
    Logical place to remove the header to customise is in the template header.php

    Thread Starter jmjhome

    (@jmjhome)

    I created a header with my own graphic in photoshop. The placement of the icon and text gets cover by the wordpress title. It is currently showing in
    https://www.MyBellyBrain.com

    I have same issue given me problems as a blank title gives me problems with the feed validator (showing that the URl does not contain any RSS or Atom feed). Have u solved your problem ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Title Showing In Header’ is closed to new replies.