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

    Can you please provide me with some quick css to add a hover color to these icons beneath my fullscreen slider? I have added a custom css class to each icon to target them of icon-hover I would like them to change to color #188ece on hover. Thanks in advance!

    #518785

    Hi djshortkut!

    Please add following code to Quick CSS

    .icon-hover a.av-icon-char:hover:before {
        color: #188ece!important;
    }

    Best regards,
    Yigit

    #518794

    Thank you! You can close this thread.

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