Home › Forums › CSS › Have a background image with a transparent colour › Reply To: Have a background image with a transparent colour
September 30, 2014 at 2:41 am
#185033
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)