Easy Custom Auto Excerpt – Free / Gratuit
Easy Custom Auto Excerpt est un plugin WordPress permettant de couper ou d’afficher un extrait de vos articles sur la page d’accueil, de recherche ou d’archive
.
Ce plugin vous permet également de personnaliser le texte du bouton, mais uniquement en version pro.
Avec un peut de réflexion il nous faut juste trouvé le css de ce bouton (par défaut ecae-buttonskin-none.css)
Retrouvez donc le fichier ici
wp-content/plugins/easy-custom-auto-excerpt/buttons/ecae-buttonskin-none.css
Modifiez selon votre template !
Quelques exemples :
/* BUTTONS
================================================== */
.ecae-button.ecae-buttonskin-none {
font-size: 16px;
}
.ecae-button.ecae-buttonskin-none a.ecae-link {
font-size: inherit;
margin-left: -13px;
}
.ecae-button.ecae-buttonskin-none a.ecae-link:hover span {
background-color: #30AFB8;
color: #FFF;
word-wrap: break-word;
font-family: 'Open Sans', sans-serif;
line-height: 1.7;
padding: 8px 8px 8px 8px;
}
.ecae-button.ecae-buttonskin-none a.ecae-link {
color: #30AFB8;
word-wrap: break-word;
font-family: 'Open Sans', sans-serif;
line-height: 1.7;
}

/* BUTTONS
================================================== */
.ecae-button.ecae-buttonskin-none {
font-size: 16px;
}
.ecae-button.ecae-buttonskin-none a.ecae-link {
font-size: inherit;
margin-left: -13px;
}
.ecae-button.ecae-buttonskin-none a.ecae-link span {
background-color: #CD4C51;
border-color: #363636;
color: #FFF;
text-transform: uppercase;
word-wrap: break-word;
font-family: 'Open Sans', sans-serif;
line-height: 1.7;
padding:10px 10px 6px 10px;
border-radius:8px;
}
input.button.alt:hover, a.more-link:hover {
background-color: #363636;
border-color: #363636;
color: #FFF;
text-transform: uppercase;
word-wrap: break-word;
font-family: 'Open Sans', sans-serif;
line-height: 1.7;

Lien vers le plugin: Easy Custom Auto Excerpt