.thim-about-author, .post-author {
  display: none !important;
}
/* Remplacer "Previous" par "Précédent" */
.entry-navigation-post .prev-post .heading::before {
  content: "Précédent" !important;
  font-size: 14px;
}

/* Remplacer "Next" par "Suivant" */
.entry-navigation-post .next-post .heading::after {
  content: "Suivant" !important;
  font-size: 14px;
}

/* Masquer le texte original */
.entry-navigation-post .prev-post .heading,
.entry-navigation-post .next-post .heading {
  font-size: 0 !important;
}