Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change background image and color #128

Open
eugenevk opened this issue Feb 27, 2018 · 2 comments
Open

How to change background image and color #128

eugenevk opened this issue Feb 27, 2018 · 2 comments

Comments

@eugenevk
Copy link

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

@royerboat
Copy link

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.

@vik-singh
Copy link

vik-singh commented Apr 25, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants