1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

美化 自定义版块图标

本帖由 午夜涩茶2016-01-19 发布。版面名称:XenForo中文版

  1. 午夜涩茶

    午夜涩茶 超级版主 管理成员

    注册:
    2012-03-25
    帖子:
    624
    赞:
    96
    一、插件:

    http://www.xenforo.cc/resources/559/

    http://www.xenforo.cc/resources/464/


    二、借鉴官方,照着修改吧

    You can use .subForumList li .nodeTitle:before and .subForumList li .unread .nodeTitle:before in EXTRA.css.

    This is what I use for example:

     
  2. 午夜涩茶

    午夜涩茶 超级版主 管理成员

    注册:
    2012-03-25
    帖子:
    624
    赞:
    96
    In the template editor open the EXTRA.css template and enter the following CSS for each custom icon.


     
  3. 午夜涩茶

    午夜涩茶 超级版主 管理成员

    注册:
    2012-03-25
    帖子:
    624
    赞:
    96
    .node.level_2.node_92 .nodeIcon,
    .node.level_2 .node_92 .nodeInfo .forumNodeInfo.unread .nodeIcon
    {
    background-image: url("INSERT IMAGE LINK");
    background-position: 0px 0px;
    }

    All that would need changing is what is red: node_92 & INSERT IMAGE LINK
     
正在加载...