I have a website that has an image with a src attribute and I would like to change the src location of that image with an image of my own. The image lives in a div component
.application-title {
background:url("/path/to/image.png");
/* set these dims according to your image size */
width:500px;
height:500px;
}
.application-title img {
display:none;
}