This tutorial shows you how to add the code to the custom stylesheet needed to display the logo image that has already been uploaded to your hosting provider. Need to learn how to generate traffic fast? Affiliate workshop for newcomers at http://www.jaesmith.com
PLEASE SEE LOGO CODING AS FOLLOWS:
.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