- Acme Themes

Best Premium and Free WordPress Themes Forums SuperNewsPro Social Media Icon Colours Reply To: Social Media Icon Colours

#14199
acmethemes
Keymaster

Hello Connor,
Thank you so much for your question regarding our theme. Please add the below CSS codes on Appearance > Customize > Additional CSS to change the color of the social media icons.

.fa-facebook {
    color: #3C579E;
}
.fa-twitter {
    color: 1da1f2;
}
.fa-linekdin {
    color: 0077b5;
}

.fa-google-plus {
    color: dd4b39;
}

Let us know the results.

Regards
Acme Supports