Hi Guys,
we have the location/contact page here:
http://new.thewildgoosegrill.ie/contact/
But we cannot get the transparent bg to work as it does on the home page, we've tried lots of things but nothing is working.
Can you help?
.page-id-1103 .page-wide:before {
background: rgba(0,0,0,0.8);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
width: 100%;
z-index: 1;
}