Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #165863

    is there a way to set the function “hover” on a link in layerslider?

    #165874

    i tried to
    – set the #ID “first” in the slide option of layerslider
    – i find out that the item class is “.ls-linkto-2”
    – i add this to custom css

    
    #first.ls-linkto-2 {
    	opacity:0.25;
    }
    

    and works, but when i add hover

    
    #first.ls-linkto-2 li img:hover {
    	opacity:0.25;
    }
    

    that doesn’t work, please help me

    #166299

    Hello!

    Can you post the link to your website and also tell us which link you want to add hover effect?

    Best regards,
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘function "hover" on LayerSlider?’ is closed to new replies.