Blogger beta 要怎麼把原定的banner換꘠… - 部落格

Table of Contents

※ 引述《iamwilly (看到kuo就想到ccf)》之銘言:
: ※ 引述《gunchin (katelun)》之銘言:
: : 找到 #header
: : 增加 background:url(“圖片網址”) no-repeat; 即可
: 我想再請問一下,就是如果我想要隱藏BLOG的主標題跟副標題,
: 那我應該要更動哪裡?
: 例如這個blog:http://whclive.blogspot.com/
: 他就沒有主標題跟副標題...
: 謝謝~
如果你是修改原本提供的 template
那加上下面這段也許有用

#header .descriptionwrapper
{
display:none;
}

#header .titlewrapper
{
display:none;
}

不過 #header 的 padding 應該也需要跟著調整一下

--

All Comments

Oscar avatarOscar2006-10-21
謝謝~ 非常感謝!!!
Tristan Cohan avatarTristan Cohan2006-10-24
順便回報一下:我就是採用這個方式來放圖片的! 謝謝!