Image Replacement Through CSS
sitelogo {
width: 200px; // width of image
height: 100px; // height of image
background: url(../images/logo.svg);
text-indent: -99999px;
}
sitelogo {
width: 200px; // width of image
height: 100px; // height of image
background: url(../images/logo.svg);
text-indent: -99999px;
}