Xenforo tabanlı forumlarınızda, postbit üzerindeki ok işaretini kaldırmak isterseniz, aşağıdaki kodu temanızın extra.less şablonuna ekleyip kaydetmeniz yeterlidir.
If you want to remove the arrow sign on the postbit in your Xenforo based forums, simply add the code below to your theme's extra.less template and save.
CSS Kodu
If you want to remove the arrow sign on the postbit in your Xenforo based forums, simply add the code below to your theme's extra.less template and save.
CSS Kodu
Kod:
.message-cell.message-cell--user section .message-userArrow, .message-inner .message-userArrow {
display: none;
}
Moderatör tarafında düzenlendi: