I am trying to upload a .gif logo to my header in my copyblogger WP theme.
I am using the organic custom style version of copyblogger.
My blog url is http://dentalmanagementpower.com
I changed the code in the custom.css, section:
/*---:[ site title (logo) in the header ]:---*/
from this:
.custom #logo a { color: #222; font-family: "American Typewriter", "Trebuchet MS", Verdana, sans-serif; }
to this:
.custom #logo { height: 106px; background: url('http://dentalmanagementpower.com/wp-content/themes/copyblogger/custom/POWER-Header-flare.gif') width: 800px; no-repeat; border-bottom-color: #fff; bottom center}
I thought that coding would do it, but I don't see my logo in the header when I go to refresh my blog.
I want my logo centered in the header of my blog
Any help/ideas/suggestions to get my logo up?