Transparent background
Hey team,
i need a transperent background like ticketquarry.com has.
Currently i am placing this custom css in the layout.css
Currently i am placing this custom css in the layout.css
/* Poster Background -------------------------------------------------------------------------- */
.Posterbackground {
background:#000;
background:rgba(0,0,0,0.8);
}
The site i am trying to get the background on is rocksteadband.com
Comments
I do not know what exactly is worng because the background is transparent.
Why do you declare background 2 times? Just use rgba(0,0,0,.8);
thanks