• 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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey Corrie,

    Are you saying that you’d like the menu to be a solid color?
    Or
    Are your looking to be given the option to change the way the background looks on every page?

    Jake

    Thread Starter corriebme

    (@corriebme)

    I would like the menu to be a solid color (grey) for the subpages, but have transparency on the front page. I believe it had transparency on all pages before, but the subpage headers just looked grey because there was no image beneath the menu.

    Thread Starter corriebme

    (@corriebme)

    now the image is carried beneath the menu on all pages.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header background image behind menu on every page’ is closed to new replies.