Custom header issues
-
I just purchased the Custom CSS bundle so that I could post up my own banner, using the information here:
https://en.forums.wordpress.com/topic/depo-masthead-header-customization-and-replacement?replies=23
The code was successful, except that the original text title was displayed bang on top of the banner, which of course looked awful.
As a workaround, I went to General Settings and changed the blog title so that it was blank. This works, except that now there is no text in the browser title bar. This isn’t a huge deal, but I would like to find a better solution in the long run. Can someone help me edit the CSS so that I can have a title that won’t conflict with the image?
I’m using Depo Masthead. Here is the CSS I’m using so far:
h1 {
color:transparent;
}#container h1 {
width:751px;
height:220px;
background:transparent url(‘http://postcardfromindia.files.wordpress.com/2010/07/this-time.jpg’) no-repeat scroll center;
}The blog I need help with is: (visible only to logged in users)
-
Deleting the actual blog title is terrible SEO-wise. Type it back in, and try this in your CSS:
.sitename {visibility:hidden;}
-
I copied this at the end of the original code and the banner and the text title with dissappeared. Presumably the new addition meant that the banner is now “hidden”.
I then tried it inside the original code, but I was back to square 1–banner and text on top of each other.
It’s a start, thought.
-
-
- The topic ‘Custom header issues’ is closed to new replies.