打开主题文件夹 themes找到当前启用的主题,用编辑器打开header.php文件,找到</head>在上面添加如下的代码,把图片地址替换你自己的地址。
<style type="text/css">
body{
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-color: rgba(0, 0, 0, 0);
background-image: url(图片地址);
}
</style>
如图所示。
本文如未解决您的问题请添加抖音号:51dongshi(抖音搜索懂视),直接咨询即可。