Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #color #toast #toastr #js
ADD COMMENT
Topic
Name
5+9 =