adding header image Coraline theme
-
Hello –
am having difficulty with this. I need to have my own image as header – to be seen on all three pages of my site. (its only a very simple site)I have the png image. This is my CSS so far:
h1 {
text-indent:-100px;
background:url(‘http://swimclublabel2.files.wordpress.com/2012/03/newlogo.png?w=150’) no-repeat;
width:150px;
height:150px;
}Right, but the logo does not display on the Home page, and, on ther Recordings page I can see some of the text ‘Recordings’ next to the image. I dont know why this is and why WordPress should show the page name twice. Very annoying.
Any help with this image thing would be greatly appreciated. Thanks for reading this
HP
The blog I need help with is: (visible only to logged in users)
-
-
That’s happening because the Coraline theme happens to use a different heading tag for pages compared to the home page. To get around that, you can use the class name for titles instead of the h1 element.
Changing “h1” to “.entry-title” using the CSS example you posted.
- The topic ‘adding header image Coraline theme’ is closed to new replies.