-
I've added svg's from font awesome. What css do I use to control their colour? They are all black. |
Beta Was this translation helpful? Give feedback.
Answered by
jpanther
Feb 2, 2023
Replies: 1 comment
-
Have a look at the SVGs that are bundled with the theme to get the idea, but basically you need to ensure you have included the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
deandmx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have a look at the SVGs that are bundled with the theme to get the idea, but basically you need to ensure you have included the
fill="currentColor"
attribute within thepath
tag to get it to adopt the CSS from the theme.