Help tắt chức năng quote?

hadoi

Private
các bác cho em hỏi cách tắt chức năng quote cho post đầu tiên của thread với ạ.
từ post thứ 2 của topic thì vẫn có nút quote :)
 
  • Like
Reactions: THB
Mã:
.block--messages .message:first-child .message-cell--main .actionBar {
    .actionBar-action--reply {  display: none;   }
    .js-multiQuote {   display: none;   }
}
Add this in EXTRA.LESS
Mình đã thử và thành công :)
 
  • Like
Reactions: THB
Back
Top