I am trying to replace the top-bar with a custom image. I have a child css stylesheet that I use to control a couple of my own appearances, and have tried to replace the top-bar image with a custom image. But all that shows up is the background color and not my image file???
How do I get my custom image to replace the the default png file.
code is
#top-bar {
background: url(/images/TopHeader.jpg);
}
I have even tried adding the full “http” url address and it doesn’t work???