I’m creating a hero image header with menu bar below, I’d like the hero image to go above the background of the bar below, but I’d like the image to go below the logo which is also located on that bar.
I tried the following CSS on the logo image and left the bar the logo is located on z-index 9998 but the code didn’t work,
img {
z-index: 9999;
}
Please see attached images;