How can I color the social media (Fontello) icons I have in the footer of this site? http://california-apmp.org/wp/
They are taking on the link color for the site. I want them to be white and the hover color white, too. I also want to align them all the way over to the right side, too.
thank you!!
Hi gharding!
Please try the following in Quick CSS under Enfold–>General Styling:
#text-5 .av-icon-char {
color: white !important;
float: right !important;
}
Best regards,
Rikard
that worked for changing the color, but the didn’t move to the right. thank you!
YES!!! thank you!
g