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!
Hi djshortkut!
Please add following code to Quick CSS
.icon-hover a.av-icon-char:hover:before {
color: #188ece!important;
}
Best regards,
Yigit
Thank you! You can close this thread.