[Hỏi đáp] Cách xóa bỏ icons for the forum

  Bài viết hay nhất1
Hỏi: Mình muốn xóa bỏ những icon này đi ! Hướng dẫn giúp mình nhé .
Demo: https://i.imgur.com/VRTa8lr.png

Đáp: https://devs.forumvi.com/t288-hoi-dap-xoa-bo-icons-for-the-forum?showpost=p1794
  Bài viết hay nhất2
CSS:
Code:
#pun-legend{display:none;}
  Bài viết hay nhất3
vào index_body tìm và xóa đoạn sau:
Code:
<!-- BEGIN switch_legend -->
<ul id="pun-legend">
   <li>
      <img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /> {L_NEW_POSTS}
      <img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /> {L_NO_NEW_POSTS}
      <img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /> {L_FORUM_LOCKED}
   </li>
</ul>
<!-- END switch_legend -->
  Bài viết hay nhất4
You cannot reply to topics in this forum