In an effort to drive traffic to our Discord, I swapped the Vimeo icon for a Discord icon in my theme’s code. Our footer icon color is correct and consistent, however, in the mobile menu, the Discord icon is black whereas the other icons are white.
How can I keep the footer color black but make the mobile menu Discord icon be white/consistent like the others?
The best way is to make a SVG adapt to current color by adding fill=“currentColor” attribute to the path tag of your Discord SVG. See the part I mark in this code