chevereto顶部导航条透明化,去模糊
新版的chevereto顶部导航条变成了一个黑条,为50%透明度,模糊,应该是为了突显菜单文字,避免被背景影响。部分用户觉得影响美观,想要去除,我也不太懂CSS,按F12研究了下,按一下操作应该能解决问题了。 修改前: 修改后: 因为我也不太懂CSS,不保证100%有效,按我的情况是,主要修改2个文件 透明化 编辑文件/app/themes/Peafowl/style.min.css body.landing .top-bar::before{background-color:rgba(11,11,11,.5) 修改为: body.landing .top-bar::before{backgr……
继续阅读»»»