smf ใส่เงาให้รูปไอดี
เข้าไปที่..../Themes /ธีมที่ใช้งาน /css/index.cssค้นหาคำว่า../* poster details and list of items */
แล้วเอาโค้ดนี้ วางต่อท้าย.avatar>p>img, .avatar>a>img
{
box-shadow: 5px 5px 5px rgba(0,0,0,.4);
}
อันนี้โค้ดลบมุมรูปไอดี
วิธีลบมุมให้รูปส่วนตัวครับ
เปิดไฟล์ index.css ขึ้นมาหาโค๊ดต่อไปนี้ครับ
(อยู่เกือบกลางๆ) /* poster details and list of items */
เจอแล้วเติมโค๊ดนี้ไว้ข้างล่างครับ
.avatar
{
border-radius: 6px;
-moz-border-radius: 6x;
-webkit-border-radius: 6px;
}