BG wont change over map

Steak House, food and drink theme, is now available on support forum.
GK User
Wed Jul 05, 2017 5:40 pm
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?
User avatar
Expert Boarder

Joshua M
Thu Jul 06, 2017 12:15 pm
Hi,

Try to add the following custom css code:
Code: Select all
.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;

}
User avatar
Moderator

GK User
Thu Jul 06, 2017 2:00 pm
worked first time Joshua, thanks very much
User avatar
Expert Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.