Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Cant find correct page id! Re: Cant find correct page id!

#116352
Watson90
Member

Why not use the RGBa property for your background on the homepage such as;

#modulePage19098228 #contentWrapper {
background: rgba(0, 0, 0, 0.6);
}

RGBa isn’t supported in some browser versions, Chris has [wrote an article](https://css-tricks.com/rgba-browser-support/ “”) on this, though.