Hello,
I’ve read on another post how to add a class to a image but i dunno why it doesn’t work. I want to make a image button with another image when hovered.
In pro/theme options/css i got this class to have a hover image appearing when the button is hovered
.bouton-actu:hover {
background: url('https://ensemblesauvonslaphp.fr/wp-content/uploads/2019/05/bouton_actu_dessus.png');
In the page i created a image element and in it’s customize/class i put : bouton-actu
And it’s not working, what’s wrong ?
