1 个回答
满意答案
主题配置-自定义css
将“最新标签”这一行直接隐藏
body.tag .filter-item:first-child{display:none}
只显示前5个标签(后面的全部隐藏)
body.tag .filter-item:first-child .filter-item-tags > div:nth-child(n+6):not(:last-child){display:none}
发布于:3年前 (2022-02-16) IP属地:江苏省
我来回答
您需要 登录 后回答此问题!