QianChengGit / QianChengGit.github.io

我的GitHub博客网站
0 stars 0 forks source link

博客背景使用一图流 | QianChengGit の小森林 #31

Open QianChengGit opened 2 years ago

QianChengGit commented 2 years ago

https://qianchenggit.github.io/2021/10/06/%E5%8D%9A%E5%AE%A2%E8%83%8C%E6%99%AF%E4%BD%BF%E7%94%A8%E4%B8%80%E5%9B%BE%E6%B5%81/

Butterfly主题魔改教程,实现一图流博客背景。

huntouyang commented 2 years ago

我的为什么设置后还是顶部图会有暗的一块,像一层纱布一样,不是一图

QianChengGit commented 2 years ago

@huntouyang 我的为什么设置后还是顶部图会有暗的一块,像一层纱布一样,不是一图 仔细照着教程在检查一下是否有遗漏,之后看看代码格式是否敲错了(比如空格、中英文符号等),如果没问题的话可以加糖果屋群聊,里面有大佬解答,必要时可以帮忙远程调试。(还有可能是主题的版本不一样导致的,我的主题版本是3.6.2,可能这篇教程已经过时了)

QianChengGit commented 2 years ago

@huntouyang 我的为什么设置后还是顶部图会有暗的一块,像一层纱布一样,不是一图 糖果屋教程在我的友链【Akilarの糖果屋】里,去加糖果屋的群聊。

Akilarlxh commented 2 years ago

@huntouyang 我的为什么设置后还是顶部图会有暗的一块,像一层纱布一样,不是一图

Maybe you can add this code in your custom css file

#page-header::before{
  background: transparent!important;
}