问题:DEDECMS 5.3怎么换头部LOGO?
解答:logo文件中templets/images/top-logo.gif
你可以直接替换这个图片
你也可以通过修改dedecms.css里的
.header .title h1 a{
width:200px;
height:56px;
display:block;
font-size:0px;
text-indent:-200px;
overflow:hidden;
background:url(../images/top-logo.gif) center center no-repeat;
}
背景图background:url(../images/top-logo.gif) |