Title Showing In Header
-
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.comTHX!
/**/ * 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 }
- The topic ‘Title Showing In Header’ is closed to new replies.