Social Media Icons in Footer

Hello,

I am developing a site called cjkimberlyrealtors.com/dev in the footer you will see both the facebook and google plus icons in black. Is there a way to get the traditional blue facebook icon and traditional red google plus logo instead of these blackones?

Thank you!

Hi There,

Thank you for writing in, please add this to Theme Options > CSS

/*facebook icon*/
.x-social-global a.facebook {
	color: #38569e;
}

/*google + icon*/
.x-social-global a.google-plus {
	color: #f5511e;
}

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.