Replace text in Page button

In order to translate my page button in french , I use custom CSS :

.stk-add-new-button {
  color:rgb(122, 68, 175) !important;
}
.stk-add-new-button::before {
  content: "Ajouter";
  color:white;
  position: relative;
  left: 30px;
}

2 Likes

Tres bien!

Thank you for sharing @Sara_Ajana :grinning: