Header background image behind menu on every page
-
I’m new at all this and I’ve just created a child theme, then updated to the latest Aza-lite theme. The update fixed an issue with the mobile site header image, but now my header image is the background of my menu on every page both mobile and non-mobile site. I’ve used FF inspector and found this tag (or whatever you call it) in relation to the area in question.
#fixedbg {
background-image: url(https://graceanglicanonline.com/wp-content/uploads/2017/01/cropped-GraceFrontPageImage.jpg);
}
#fixedbg {
z-index: -10000;
height: 100%;
width: 100%;
position: fixed;
background-size: cover;
background-position: center;
}
I don’t know how to go about editing this so that the image only shows up behind the menu on the first page like it used to. Any help would be appreciated as I’m out of rabbit trails to follow at the moment. Thanks!Corrie
- The topic ‘Header background image behind menu on every page’ is closed to new replies.