PenciDesign replied
Hi,
If so, please try with this code:
#footer-section{ position: relative; }
#footer-section > .container{ position: relative; z-index: 3; }
#footer-section:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #7c9915;
opacity: 0.7;
z-index: 1;
}Best Regards,
PenciDesign