.custom #logo a { background-image: url(images/logo.png); /*replace logo.png with the name of your image*/ width: 1024px; /*change this to the width of your image*/ height:200px; /*change this to the height of your image*/ background-repeat: no-repeat; display: block; text-indent: -9999px; }
PASTE THIS CODE INTO CUSTOM.CSS
.custom #logo a { background-image: url(images/logo.png); /*replace logo.png with the name of your image*/ width: 1024px; /*change this to the width of your image*/ height:200px; /*change this to the height of your image*/ background-repeat: no-repeat; display: block; text-indent: -9999px; }
Empowered2P 1 year ago