去除Discuz7.0有無新帖版塊圖標

打開模板文件 css_common.htm,找到如下代碼:

.list th { background: url({IMGDIR}/forum.gif) 5px 10px no-repeat; padding-left: 45px !important; }  
.narrowlist th { vertical-align: top; }
.list th.new { background-image: url({IMGDIR}/forum_new.gif); }

複製代碼
修改為:

.list th { background: #FFF; padding-left: 5px !important; }  /* 去除無新帖圖標,並配置版塊圖標左邊的空白的寬度大小*/
.narrowlist th { vertical-align: top; }
.list th.new { background-image: #FFF; }  /* 去除有新帖圖標*/

複製代碼

修改完畢,保存文件。

  • 37 会员发现这个文章很有用
此答案有用吗?

相关文章

什么是虚拟主机?

虚拟主机指的是使用者操作一台电脑提供放置档案的空间....

How to Create a phpinfo File?

In the phpinfo.php page, the PHP version can be seen at the top of the file, listing the current...

网站出现了509 Bandwidth Limit Exceeded 的讯息?

网站出现了下列错误讯息,表示您的网站流量已经超出您所购买之方案限制,解决方法1.升级方案 2.等到下个月后流量重新计算 网站即可正常浏览。 Bandwidth Limit Exceeded...

停用网页里的Javascript看Java是否造成网页浏览变慢的主因?!

现在的网站,大都使用了Javascript语言来增加广告...

使用防火墙Discuz 获取真实IP解决方案

DISCUZ论坛如需启用论坛自带的CC防护,请按照如下配置。使用WAF后,用户访问网站的是通过WAF服务器间接访问网站服务器的,Discuz论坛可能会在获取用户IP时,直接获取WAF的IP,而不...