Homepage › Community Forums › Skope Theme Support › Adding a custom logo and background › Reply To: Adding a custom logo and background
Actually you have your #header set to show both images at the same time in your css. Only one image can be shown from the same ID at a time in css. As you can see, its choosing the image that you want as your background. What you should do instead is apply the background graphic to #head-wrap in your css file…..then leave the logo background where it is (on the #header). This will allow you to have the #head-wrap in the background showing the dark background image, and the #header displaying the logo background image on top.
You’ll probably need to make some adjustments once you do this, since the #head-wrap wraps around the header and the navigation. There are a couple ways to fix this, but I’ll wait until you do the first part first and we’ll move on from there.
