Simple Catch, changing header background image
-
Hi there, I’m having a bit of trouble with the simple catch theme. The default is a speckled grey bg for the topmost area of the page.
If I add this code via the custom css :
#header {
background: none;
background-color: #333333;
}then yes, it will change the background colour and remove the default image.
However, I want to add an image instead of a colour, so I tried this:
#header {
background:url(images/newheaderimage.jpg) left bottom repeat-x;
padding-bottom:20px;
}…and this won’t work. I suspect that it may be to do with the path to the images, as even if I do an exact copy from the original stylesheet I can’t get it to work.
Any help would be gratefully received. I cannot provide you with a link currently as I am working locally using MAMP
Regards, Suns
- The topic ‘Simple Catch, changing header background image’ is closed to new replies.