Tik işareti sadece site yöneticisinin attığı yorumlarda gözükmesi için ne yapmalıyım? Teşekkürler
.comment-author-kullaniciadi .comment-author{ 
    color: #03a9f4; 
}
. comment-author-kullaniciadi .comment-author:after {
    content: '\2713';
    display: inline-block;
    background: #03a9f4;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 11px;
    width: 15px;
    height: 15px;
    margin-left: 3px;
    position: relative;
    top: -2px;
    border-radius: 50%;
}
Şeklinde dener misiniz? kullaniciadi yerine yöneticinin kullanıcı adını yazın
  