花晨月夕
专注web开发,可开发网站、小程序、app、oa、erp等各种系统
nice主题怎样隐藏或移除文章页顶部区域(图片+文字)
2022-01-25 13:50:26
主题配置 - 其它配置 - 自定义css
[code:css].article-focusbox{
display:none
}
.article-focusbox + .container{margin-top:30px}[/code]
如果分类也需要隐藏就用下面代码
[code:css].term-bar{display:none}
@media screen and (min-width:700px){
.term-bar + .site-content{margin-top:50px}
}[/code]
2022-01-19 10:38:09
.home-filter--content{background-image:none!important;margin-top:-120px;min-height:180px;}
主题配置 - 其它配置 - 自定义css
2022-01-19 10:29:25
网站版权中添加代码
<script>$('.entry-content').after($("#cao_widget_pay-2").prop("outerHTML"))</script>
2022-01-05 09:15:04
.home-filter--content{background-image:none!important;margin-top:-150px}
主题配置 - 其它配置 - 自定义css
2021-12-15 20:47:45
主题配置 - 其它配置 - 自定义css
.article-meta span:nth-child(3){display:none}
2021-12-15 20:46:34
主题配置,其它配置,
.entry-footer .date,.article-meta span:first-child{display:none}
可以隐藏列表和文章页的日期
2021-12-12 17:13:46
.search-properties > div:nth-last-child(2){display:none}
主题配置 - 其它配置 - 自定义css