Hi!
I have been trying with CSS to add a hover effect on a button when the users hovers the whole slider (or another layer) on Layerslider.
No luck, nothing works.
Do you know how I could implement this please?
Just show me the path please :)
Thank you for your great work !
Hey Vrout,
Thank you for using Enfold.
How did you add the button? Try to put the button inside a container with a unique id or class attribute (e.g “button-container”) and then set the width and height to 100%. You can then add the css hover effect like this.
.button-container:hover .button {
/* hover effect here */
}
Best regards,
Ismael