Hi,
I would like to change the top of the page like this:
Logo (width=292px) | Banner 728 x 90 (to complete the 1.000 px of the template width)
removing the Login link...
Wich file do I have to modify, and how?
Thank you in advance...
h1.logo a {
background-image: url('../images/style1/logo.png'); //your image
}
h1.logo a {
background: url('../images/style1/logo.png') no-repeat 0 0;
display: block;
margin: 0;
text-indent: -999em;
width: 390px;
height: 50px;
}
#gk-buttons {
background: transparent url('../images/style1/top_btn_left.png') no-repeat left top;
height: 21px;
line-height: 21px;
padding-left: 14px;
float: right;
width: auto;
position: absolute;
top: 55px;
right: 0;
display: none; //add this.
}