0
Q:

change the color of toast toastr js

 /* this will set the toastr icon */
 #toast-container > .toast-custom {
    content: "\f00C";
}

/* this will set the toastr style */
.toast-custom {
    background-color: purple;
}
0
toastr.info("Click To Open", "more text",{iconClass:"toast-custom"});
0

New to Communities?

Join the community