XF 2.2 I want to make changes to the first reply in a thread. How do I specify it?

securedme

Well-known member
Licensed customer
Such as I want to make the avatar of the first reply smaller.

1700708687933.pngIn chrome, I just inspect it and then input the size in element.style of the first reply.

Code:
element.style {
    width: 50px;
    height: 50px;
}


But how can I specify it in extra.less?


Thanks.
 
Back
Top Bottom