Hey I would like to edit the header background area, wanted to place a textured image to match my logo.
What is the source file for header background?
cheers
Hey I would like to edit the header background area, wanted to place a textured image to match my logo.
What is the source file for header background?
cheers
Hey,
you can change the header background with following code - I'd add it to css/custom.css:
#header{
background: #2C3547;
}
You can also use bg images, etc. :)
You must log in to post.