Güncel olmayan bir tarayıcı kullanıyorsunuz. Bunu veya diğer web sitelerini doğru şekilde görüntülemeyebilir. Yeni sürüme geçmeli veya bir alternatif kullanmalısınız. tarayıcı.
You can color the social share buttons, which are gray in Xenforo 2.
add an extra.less template;
.shareButtons-button.shareButtons-button--facebook {
background-color: #3B5998;
}
.shareButtons-button.shareButtons-button--twitter {
background-color: #1DA1F3;
}...