kamranahmedse / jquery-toast-plugin

Highly customizable jquery plugin to show toast messages
http://kamranahmed.info/toast
1.51k stars 506 forks source link

change text size #54

Open MakRatanakKh opened 5 years ago

MakRatanakKh commented 5 years ago

Hi. How can I adjust text size?

Forz70043 commented 4 years ago

You can customize it with CSS ex:

.jq-toast-single {
  font-size: 18px;
}