Any idea which css I need to target to change the link hover color for the social icons in the footer of this site? Or can this be done through the template?
avsed.branchoutwebsites.com
jonburdon1 Hi Add this code in custom.css file and change the color code as per needs.
.moduletable #socialicons span:hover {background: #ffff01!important;}
Regards