What css can I use to overlay a png image from the page content over the whole page, so it appears in front of the header?
I have tried:
.page-id-186 .avia-image {z-index: 9999; position: relative;
}
But the image is still behind the header (which seems to have Z-index of 501). Is there anything I can do? I wonder if there is an overflow: hidden property somewhere that is hiding the part that should be in front of the menu.