Easy way to add the company logo
I am trying to figure out the easiest way to add our company logo to the top and middle of the banner on Vanilla.
I have tried to add something like the following in the vanilla.css file:
#Header {
background: url(headerbg.gif) repeat-x left top #605ca8 z-index: 0;
background: url(cfca_header.jpg) repeat:no-repeat top center z-index: 1;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
padding-top: 100px;
}
But obviously with no positive results.
Any help would be greatly appreciated.
Thanks!
0
This discussion has been closed.
Comments
Good luck