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

    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

    #247803

    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

    #247878
    This reply has been marked as private.
    #248205

    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

    #249503

    Thanks Yigit,

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘hover img rollover layslider’ is closed to new replies.