Forums

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

Home Forums CSS Have a background image with a transparent colour Reply To: Have a background image with a transparent colour

#185033
Paulie_D
Member

Well you have a few options…the most obvious being to change the image in image editing software.

The second is a pseudo element on the body like so

http://codepen.io/Paulie-D/pen/GAKkz

and third (which is a little more complex) multiple background ‘images’ where the ‘ transparent color’ is a gradient (albeit one that doesn’t change)

http://codepen.io/Paulie-D/pen/onBut