Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1005549

    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 !

    #1005699

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.