Hi guys
Loving this build just got a query on a page section where I am applying a color overlay to a section in a couple of places
[class*=“section-bg-overlay”]:before {
content: “”;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #000000;
opacity: 0.5;
z-index: -1;
}
Its works on this URL: http://nextleaptrainingsolutions.com/
but it sits behind the image on this URL: http://nextleaptrainingsolutions.com/portfolio-item/communicate-influence-motivate/
thanks in advance
Phil