Hey Enfold,
Having trouble getting the image links within layerslider to change colour when hovering. They link OK, but don’t change colour etc when the mouse hovers… Is is a CSS thing through FTP or something more simple?
Thanks
Hey Marssolutions!
We should be able to help you with custom CSS. Can you post the link to your website and point out the links?
Regards,
Yigit
Hi!
Kriesi created buttons using CSS but it seems like you have added images as buttons. You can try adding following code to Quick CSS
#layerslider_66 > div.ls-inner > div.ls-slide.ls-animating > a:nth-child(5) > img:hover, #layerslider_66 > div.ls-inner > div.ls-slide.ls-animating > a:nth-child(6) > img:hover {
background-color: red!important;
border-radius: 10px;
}
Cheers!
Yigit
Thanks Yigit,