Reputation: 317
I haven't really been able to find anything that shows how to change a background image in inspect element.
My background image is set like the following:
How can I change this background image in inspect element?
Upvotes: 1
Views: 25650
Reputation: 51
Paste the image link in like:
background-image: url(http://vignette4.wikia.nocookie.net/someordinarygamers/images/a/a1/Sanic.gif/revision/latest?cb=20150624143958)
Then you need to uncheck the color of the background. It should work then.
Upvotes: 5
Reputation: 21
You should be able to click the background-image property value, "url(/images/rate.jpg)", and change the url to the desired image.
Upvotes: 1