Once again, I am tantalisingly close to solving this myself but I'm just let down my understanding of what I can see in firebug and how to address that with a custom include.
I am trying to change the icon displayed on the navbar (http://ohisp.charlesworth.derbyshire.sch.uk) for the home page.
In the code below, I have tried all sorts of things to actually make the change itself. Of course, I can do it easily by replacing the image file itself but I want something that will survive if someone updates the theme once I have handed it over.
I have managed to sort of get it to work using background: but obviously, that is overlaid with the suffusion icon.
If someone could just have a quick look and correct my muppetry, it would be much appreciated
- Code: Select all
.home-icon {
image: url("http://ohisp.charlesworth.derbyshire.sch.uk/wp-content/uploads/static/home.png")
}
Cheers,
Ant.
