CodeSeven / toastr

Simple javascript toast notifications

Home Page:http://www.toastrjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remove toast icon

vkiranmaniya opened this issue · comments

Is there any method or way to remove the icon of toast?

#toast-container > .toast {
background-image: none !important;
}

feels like there should be an option for this. showIcon: false for example

no working for me, another solutions ?