Thanks for your reply! That was much easier than I expected. I’ve uploaded the zip file as you mentioned and added this code to my General Styling tab to change the icon color on hover:
.av-icon-char:hover {
color: #00c6cd!important;
}
Thanks again!