[RSS Feed/News] Remove quick-reply message-cell--user only on thread_view template

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Hello,

As title, how can i do that ?
I tried this but not works...
Less:

Code:
[data-template="thread_view"] {
    [data-template="quick_reply_macros"] {
        .message-cell .message-cell--user {display: none;}
    }
}
Thanks !

nb: if i use this code
Less:

Code:
[data-template="quick_reply_macros"] {
    .message-cell .message-cell--user {display: none;}
}
It removes the message-cell--user on quick update status too...

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom