Forums

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

Home Forums CSS Background color overlap issue Re: Background color overlap issue

#143246
Paulie_D
Member

If you need the bg image to be partially visible through the color you will have to use an RGBA property instead of a hex(#) color.

Try `background: rgba(255,253,248, 0.5);`

You can vary that final decimal number to increase/decrease the opacity of the color