I'm looking to have an image as the header background in the Abundance theme.
Any chance you could throw some pointers my way on it? Can't seem to figure it out.
I'm looking to have an image as the header background in the Abundance theme.
Any chance you could throw some pointers my way on it? Can't seem to figure it out.
Hey,
you can use following css code to add a bg image:
#header{
background: url("path/to/your/image");
}You must log in to post.