angular-growl-2 icon indicating copy to clipboard operation
angular-growl-2 copied to clipboard

How to change background image and color

Open eugenevk opened this issue 7 years ago • 2 comments

Hi, I want the icon to show in white, but can't succeed in doing so. E.g. error shows a red icon (see attached) Can you please advise how I can accomplish that? Ideally I can use a custom FontAwesome icon. Is that possible? growl error alert

eugenevk avatar Feb 27 '18 08:02 eugenevk

Yes, overriding the default icons with FontAwesome is possible. You can do this in a few ways, but the simplest is probably just overriding the default template with a custom one where you can use the fontawesome icons.

See https://fritz.ninja/angular-growl-2/#customization for details.

Just copy the existing template from the project, put it in a script block, and add the icons that you want to appear. You might also have to override some the CSS.

Alternatively, just override the CSS for those icons with the corresponding FontAwesome icon that you want.

royerboat avatar Apr 25 '18 17:04 royerboat

i replied

On Wed, Apr 25, 2018 at 1:27 PM, Jeff [email protected] wrote:

Yes, overriding the default icons with FontAwesome is possible. You can do this in a few ways, but the simplest is probably just overriding the default template with a custom one where you can use the fontawesome icons.

See https://fritz.ninja/angular-growl-2/#customization for details.

Just copy the existing template from the project, put it in a script block, and add the icons that you want to appear. You might also have to override some the CSS.

Alternatively, just override the CSS for those icons with the corresponding FontAwesome icon that you want.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JanStevens/angular-growl-2/issues/128#issuecomment-384368282, or mute the thread https://github.com/notifications/unsubscribe-auth/ADtVL1_RNDc00tKsKfwd0XpvVBCjZ7ylks5tsLICgaJpZM4SUjiB .

vik-singh avatar Apr 25 '18 18:04 vik-singh