Hello,

I am revamping the look of my website and am having trouble geting my custom header logo to appear. I followed the tutorial in the FAQ's section and am still having trouble. I uploaded my image header_logo.png to my templates/custom/images/ folder and changed the stylesheet by adding the following code:

Code:
#logoWrapper {
    width:1024px;
    height:67px;
    background-image:url(/public_html/includes/templates/custom/images/header_logo.png);
    background-repeat:no-repeat;
    }
The image is still not appearing. Where in my stylesheet should I be adding this code. I know that CSS follows a certain heiriarchy that needs to be used.

Thanks,
Brad