-
-
Notifications
You must be signed in to change notification settings - Fork 62
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 customize the breadcrumb #5
Comments
Hi @Hesesses, Thanks for opening this issue. You can use custom separator as well as override styles. Custom separator: <xng-breadcrumb seperator=">"></xng-breadcrumb> Styling breadcrumbs: ::ng-deep .breadcrumb {
background-color: bisque;
border: 1px solid;
} please upgrade the library to latest release |
Thank you very much! 🙏 |
Do let me know if you feel a feature is missing or not evident. Happy to help! |
I will! I actually tried 3 or 4 different plugins and this seems to be absolutely the best one. |
Hello,
thank you very much for this plugin.
I was wondering how you can customize the look of the breadcrumb, css? separator?
The text was updated successfully, but these errors were encountered: