I don’t know how to make the background color on my player image to be blue.
I’ve tried:
css: background-color: transparent blue
Here is a link to the page:
Can someone instruct me? Do I need to use photoshop
and make it blue?
UPDATE:
I was referring to just the image that has the player icon on it.
2
Answers
Add this to your css:
For IE9+ only as suggested by @showdev with transparent background:
You can’t have an html element with both a background image and a background color (in CSS). Therefore the easiest way to accomplish what you’re going for is to have an element that lies directly on top of the image that has a blue tint on it using opacity or RGBA in CSS.
For example: