目标
目前是纯白色背景,修改背景后达到更好的展示效果
修改
在 外观 -> 自定义 -> 额外CSS 中增加如下内容
body{
background-image: url(https://xxx.xxx.xxx/wp-content/uploads/beams-components-24fbfee2.png);
background-size: 2000px;
background-position: center -600px;
background-repeat: no-repeat;
background-attachment: fixed;
}
其中图片可以采用 1846x1256 分辨率大小,大小推荐在 400K 以内,尽量节省带宽
评论