SOLVED: SVG icon color not working when linking

Hi Jaime,
Your issue is not the same at all since you’re not using SVGs but icon fonts. We may need to make our selector a little more specific so that the ACSS body a rule doesn’t take effect, which it does at the moment. Or you can help yourself with a line of custom CSS:

.brxe-social-icons li.has-link a, .brxe-social-icons li.no-link {
  color: pink;
}
1 Like