Hi
How can I change the social icon color to be white in the footer only?
Thank you
See this example: http://new.vacationrentalsecrets.com/
Hi Antonio!
Please add following code to Quick CSS
socket .social_bookmarks li a {
color: white;
}
Regards,
Yigit
Thank you Yigit!