花晨月夕
专注web开发,可开发网站、小程序、app、oa、erp等各种系统
nice主题怎么修改导航栏目的文字背景色?
2024-04-12 10:09:22
下面的代码修改手机端导航栏中logo的背景色
[code:css].off-canvas .logo {
background: #4a86e8;
}[/code]
2024-04-10 18:27:35
1、在主题配置-其他配置,缩略图剪切设为“不剪切”
2、在主题配置-其他配置,自定义css填写下面代码
[code:css].post-grid .entry-media img {
position: absolute;
height: 100%;
object-fit: contain;
}[/code]
2024-04-10 18:20:49
参考下面的代码
[code:html]<li class="menu-item-has-children">
<a href="">一级</a>
<ul class="sub-menu">
<li><a href="">二级</a></li>
<li class="menu-item-has-children"><a href="">二级</a>
<ul class="sub-menu">
<li><a href="">三级</a></li>
<li><a href="">三级</a></li>
</ul>
</li>
</ul>
</li>[/code]
或者使用插件“模块链接管理”
[img]https://kfuu.cn/zb_users/upload/2024/04/20240410182022171274442214961.png[/img]
内容父元素li class填写 menu-item-has-children
子菜单ul class填写 sub-menu
2024-03-29 16:28:07
[img]https://kfuu.cn/zb_users/upload/2024/03/20240329162728171170084846461.png[/img]
右侧勾选启用销售,隐藏内容选择付费可见
2024-03-29 16:24:42
[img]https://kfuu.cn/zb_users/upload/2024/03/20240329162420171170066023399.png[/img]
调手机端右侧距离,超出屏幕就不显示了


