F
Foxtrek_64
Guest
Hi all,
I've added a custom BBCode button to my editor using an SVG icon. This SVG icon has a black brush.
I want to adjust the foreground color of this SVG to match the foreground color of the other buttons. Is there a way to do this? The other icons seem to be svg elements wrapped in
Thanks!


Continue reading...
I've added a custom BBCode button to my editor using an SVG icon. This SVG icon has a black brush.
I want to adjust the foreground color of this SVG to match the foreground color of the other buttons. Is there a way to do this? The other icons seem to be svg elements wrapped in
<i />
elements, but when added here it appears to be a button with an <img />
element, which may be the root of my issue.Thanks!


Continue reading...