这是代码:LABOUM
这是 Tumblr 帐户:LABOUM2
我想将背景颜色从#FFFFFF 更改为#FFCFEA,但我不知道要更改哪个代码。请帮忙!先感谢您。^_^
你需要改变这个
body {
color: #000000;
background-color: #FFFFFF;
font-style: normal;
text-align: justify;
font-family: calibri;
font-size: 11px;
text-decoration: none;
line-height: 110%;
}
对此
body {
color: #000000;
background-color: #FFCFEA;
font-style: normal;
text-align: justify;
font-family: calibri;
font-size: 11px;
text-decoration: none;
line-height: 110%;
}
在您的模板文件上。该行应该在两个类似的标签内<style type="text/css"></style>