Faite une sauvegarde de votre theme avant commencer.
======================================
Theme>Personaliser>Avancé>CSS
====CODE==========
.comment-actions {
background: #53648d;
padding: 1px;
margin-left: 20px;
border: 2px dotted #22293a;
float: right;
margin-top: -8px;
margin-right: 0px;
}
.comment-thread a {
color: #909ebe;
}
============== Note =================
Ecriture en Vert est pour le fond bouton. Le rose est pour la bordure et l'orange est l'ecriture.
Margin (marges) ce sont les espacements
=================== Centrer le texte des comms =====================
.comments .comment .comment-actions a:hover {
text-decoration: underline;
}
.comments .comments-content .comment-content {
text-align: center;
line-height: 22px;
overflow: hidden;
}
.thr
===========================================================
