ทำได้โดยการเพิ่มโค๊ดด้านล่างลงใน extra.less ของ styles ที่ท่านใช้งาน
// Forum, Sub-Forum and What's new
.node--forum .structItemContainer .structItem--thread,
.structItemContainer-group .structItem--thread {
transition: all 0.4s ease-in;
&:hover{
transform: scale(1.015);
}
}
// Widgets...