Buttons on hover

Hello,
I would like to change the background color of buttons on hover (and eventually text of buttons). Here the website : https://www.vivonssoi.com
As I have severals buttons, I would like to choose different colors for the different buttons. How could I do ?
Thank you so much for your work !

Hey there

Sorry, but different colors for different buttons are not possible, you have to tell me which button bg color you want to change.
By the way, did you already found solution? I see yellow bg colors of buttons

Thanks

Hello, thank you for your reply.
I didn’t find a solution. How could I do to change the bg color on hover for the yellow button “je prends RDV” ?
Thank you so much.

hey there

Please add this CSS in appearance - customize - additional CSS

a.wp-block-button__link.has-text-color.has-background:hover {
background-color: red !important;
color: white !important;
}

Thanks!
Colorlib Support Team