To change Header social icon hover color on hover, you can use this code to Website > Website Tools > Custom CSS.
header#header a.icon:hover svg {
fill: #000;
}
To change Header social icon hover color on hover, you can use this code to Website > Website Tools > Custom CSS.
header#header a.icon:hover svg {
fill: #000;
}