博客背景图太单调,后台没有手动修改选项
复制下列css代码粘贴到子比自定义css中即可显示背景图
/***日间主题模式***/body { background-image: url("在此修改图片链接"); background-position-x: center; background-position-y: center; background-repeat: no-repeat; background-attachment: fixed; background-size: cover;}/***夜间主题模式***/.dark-theme { background-position-x: center; background-position-y: center; background-repeat: no-repeat; background-attachment: fixed; background-image: url("在此修改图片链接"); background-size: cover;}
效果图如下:
![图片[1]-博客-技术-分享-免费WP博客子比主题背景图修改](https://img.a686.de/file/04a45294ca57ec295a029.jpg)
感谢您的来访,获取更多精彩文章请收藏本站。

© 版权声明
文章版权归作者所有,未经允许请勿转载。声明:下载本站资源即同意用户协议,本站程序只是提供给开发者学习研究。
THE END
- 最新
- 最热
只看作者