Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #585994

    Hi there,

    Is it possible to have a hover effect on the balls in this slider page when I hover the mouse over it?
    Maybe make them look a bit darker when they are hovered?

    Thanks

    #586113

    Hey vossenm!

    try this code in Quick CSS field:

    img.ls-l.ls-preloaded:hover {
    opacity: 0.5 !important;
    }
    

    Regards,
    Andy

    #586172

    Hi Andy,

    Thanks, this works as long as there is no link configured for the balls, but I have not finished the pages yet, they will all have links to pages, just like the one that says ‘kanker’ has now…

    Is there a way to make it work on that one too? :)

    #586176

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    a img.ls-preloaded:hover {
        opacity: 0.5;
    }

    Best regards,
    Yigit

    #586228

    Hi Yigit,

    Thanks! Thats the one!

    Marcel

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Hover effect’ is closed to new replies.