花晨月夕
专注web开发,可开发网站、小程序、app、oa、erp等各种系统
会员中心里的开通会员怎么更换自己的链接 不要本身的弹窗
2024-02-22 19:02:33
删除 go_pay_vip_box
2024-01-22 13:23:07
需要用css隐藏
在主题配置-其他配置-自定义css加入下面代码:
[code:css].article-header .article-meta .item:first-child{display:none}[/code]
2024-01-10 17:13:45
可以在用户中心配置-销售配置中自定义css
修改其中的颜色代码
[code:css].lcp-article-name {
background: linear-gradient(97.24deg,#525252 5.8%,#838383 97.62%);
}
.lcp-article-area {
background-color: #1e9fff;
}[/code]
这里有常见的颜色代码 https://www.w3school.com.cn/cssref/css_colors.asp


