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

S

securedme

Guest
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:

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


But how can I specify it in extra.less?


Thanks.

Continue reading...