专注web开发10年

newscms手机端怎么隐藏用户的一些菜单?

提问者:小刀不刀 问题分类:主题

newscms手机端怎么隐藏用户的一些菜单?,NewsCMS,第1张

newscms手机端怎么隐藏用户的一些菜单?,NewsCMS,第2张

一共是6个位置

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

主题配置-其它配置-自定义style 填写下面的css代码

.mobile_header_user ul.menu li.center .sub-menu li:nth-child(-n+7):not(:first-child),
.author_subtabs ul.tabs li:nth-child(-n+7):not(:first-child){display:none}

发布于:6个月前 (11-17) IP属地:江苏省
我来回答