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
Hey vossenm!
try this code in Quick CSS field:
img.ls-l.ls-preloaded:hover {
opacity: 0.5 !important;
}
Regards,
Andy
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? :)
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
Hi Yigit,
Thanks! Thats the one!
Marcel