Hello!
I want to change bg_top.png and replace it with my logo. So, what all would I need to change to replace .png to jpeg and also be able to change the height of the image.
Thank you for all your help and support!
J
h1#gkLogo a.cssLogo {
background: url("../images/style1/your_logo.jpg") no-repeat scroll 0 center transparent !important;
height: 80px !important;
width: 170px !important;
}
#gkPageTop > div > div > div {
margin-top: 50px;
}