Need Help | Default image stays behind new header - Joomla! Forum - community, help and support
hey!
i have problem. can't delete default header image. keeps staying behind new one. check here: vemacraft.skj-studios.info
can tell me how remove it? keep away.
kind regards
i have problem. can't delete default header image. keeps staying behind new one. check here: vemacraft.skj-studios.info
can tell me how remove it? keep away.
kind regards
line 31 of personal.css file reads:
change to:
code: select all
.logoheader {
background: url("../images/personal/personal2.png") no-repeat scroll right bottom #0c1a3e;
color: #ffffff;
min-height: 250px;
}
change to:
code: select all
.logoheader {
/*background: url("../images/personal/personal2.png") no-repeat scroll right bottom #0c1a3e;*/
color: #ffffff;
min-height: 250px;
}
Comments
Post a Comment