Hi @wojtek0606,
Thanks for choosing Neve!
Indeed it’s possible to set the hover color only with CSS. At the moment there is no direct option in the theme to achieve this. Adding the code below in the Additional CSS section within the Customizer should do the trick.
.nv-social-icons-list:nth-child(1) a:hover {
background-color: red !important;
}
This snippet should be added for each icon, simply by changing the index of the nth-child which represents the order index of that icon and the background color with the desired one.
As you use the Pro version of the theme, please contact us by opening a ticket directly on our site for any other questions you may have in the future. This way we will be able to help you quicker and more efficiently.
Have a nice day!