How can I match my social icons to the white text colour?

My socials icons seem to be out of whack with the white text - how can I get them to be the same colour?

You could try adding this rule to the bottom of theme.css. Social icons will become visible.

.no-bullets.footer__social li a {
  color: #fff;
}

Result:

2021-09-20 13_27_57.png

1 Like

Thanks @Nick_Marketing !

1 Like

I am glad the issue is solved!

1 Like