花晨月夕
专注web开发,可开发网站、小程序、app、oa、erp等各种系统
nice主题如何把除了首页的其他导航栏也设置成透明背景?
2025-12-02 14:09:09
主题配置-其他配置-自定义css
[code:css]body:not(.index) .site-header:not(.headroom--pinned),.headroom--top{background:transparent!important}
body:not(.index) .header-gap{display:none;}
body:not(.index) .term-bar {padding: 110px 0 80px;}
.vip-ssj .vip-banner{padding-top:80px}
body.page:not(.vip-ssj) .site-header{background:#4a86e8!important}
body.page:not(.vip-ssj) .header-gap{display:block;}
body.single .site-content .article-focusbox{padding-top:120px}[/code]
[img]https://kfuu.cn/zb_users/upload/2025/12/20251202140909176465574966964.png[/img]
2025-11-13 14:53:16
主题配置-其他配置-自定义css
[code:css].index .entry-footer a + a + a{display:none}[/code]
2025-10-07 09:21:50
主题配置-其他配置-自定义css
[code:css]@media (max-width:768px){.post-grid .entry-header .entry-title {white-space: normal;line-height:1.6}}[/code]
2025-08-08 09:16:09
编辑主题文件
zb_users/theme/ytecn_nana/template/comment.php
将代码中的两处
{php}echo ytecn_nana_biaoqing($comment->Content){/php}
替换为
{$comment->Content}
注意:保存后要在网站后台首页点击“清空缓存并重新编译模板”
2025-07-09 09:02:42
在服务器终端执行ping kfuu.cn看看是否通,如果不通就联系你的服务器服务商看看,如果通的话再执行curl https://kfuu.cn 看看是否能获取到可风网首页数据


