首先去 EDIT HTML ,然后勾Expand Widget Templates 旁边的小格子。
接下来就开始我们的语法。
按 ctrl + f 找以下的代码
background:$bgcolor;
找到后把以下的code替代它
background:url(图片url)fixed;
记得按preview看成不成功,成功的话才save起来。
不成功的话找body {
把这个放去它的下面
background:$bgcolor;
background-image:url('图片URL');
background-position: center;
background-repeat:repeat: repeat;
background-attachment: nofixed;
margin:0; color:$textcolor;
font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
}
就那么简单:) 希望大家都成功哦~
PS:记得先preview,可以的话再save。不然的话就不能够回头了哦~