找回密码
 立即注册

设置handsome图标颜色(icon颜色设置)

2022-7-23 22:35:37 · 站长社区

    首先给出icon预览地址
    glyphicons图标地址https://v3.bootcss.com/components/#glyphicons
Feather图标https://feathericons.com/
更多https://auth.ihewro.com/user/docs#/icons
  • 修改颜色方法
.glyphicon-fire {
color: #ff0000;
}
.feather-user{
color: #f0b750;
}
将以上代码放进如下图中(handsome后台外观设置,开发者自定义css)

全部评论 0


    首先给出icon预览地址
    glyphicons图标地址https://v3.bootcss.com/components/#glyphicons
Feather图标https://feathericons.com/
更多https://auth.ihewro.com/user/docs#/icons
  • 修改颜色方法
.glyphicon-fire {
color: #ff0000;
}
.feather-user{
color: #f0b750;
}
将以上代码放进如下图中(handsome后台外观设置,开发者自定义css)

热门推荐
您需要登录后才可以回帖 立即登录
说说你的想法......
0
0
0
返回顶部