|

- 帖子
- 52
- 积分
- 42
- 威望
- 0
- 金币
- 0 个
- 体力
- 51
|
16。如何去除板块前边的新帖、旧帖图标
在css文件里边分别查找:
.forumlist th { padding-left: 55px !important; }
.forumlist tbody th { background-image: url({IMGDIR}/forum.gif); background-repeat: no-repeat; background-position: 13px 50%; }
.forumlist tbody th.new { background-image: url({IMGDIR}/forum_new.gif); }
然后将他们删除即可 按相同操作,的确取消了。效果不错。可是最下面还有一个 有新帖的版块 无新帖的版块 的标示,怎么去除? |
|