I was wondering if it is possible to replace the image on the html page using only the stylesheet. I know this is not a common practice, but the only thing I have access to is the stylesheet, and they used the built-in styles in html. I have no way to edit the html file.
I checked the item and looked like this:
I am trying to replace the image with "bullet_ball_glass_green". I was able to hide it by adding this to the stylesheet:
.rmLeftImage{ visibility: hidden; }
But is it possible to replace the image or add another one on top of it without editing the html page?
source share