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;
}
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;
}
Tres bien!
Thank you for sharing @Sara_Ajana