专注web开发10年

nice主题怎样隐藏或移除文章页顶部区域(图片+文字)

提问者:Curely 问题分类:主题

nice主题怎样隐藏或移除文章页顶部区域(图片+文字),Nice资源下载主题,第1张

1 个回答
满意答案
花晨月夕
花晨月夕 管理员
专注web开发,可开发网站、小程序、app、oa、erp等各种系统

主题配置 - 其它配置 - 自定义css

.article-focusbox{
  display:none
}
.article-focusbox + .container{margin-top:30px}

如果分类也需要隐藏就用下面代码

.term-bar{display:none}
@media screen and (min-width:700px){
.term-bar + .site-content{margin-top:50px}
}

发布于:3年前 (2022-01-25) IP属地:江苏省
我来回答