How to change the background color of bootstrap-sw

2020-01-20 03:36发布

问题:

What is the best way to change the background color of bootstrap-sweetalert ? this is my code

.sweet-alert 
{
   background-color: #2f2f2f96;
}

$(".sweet-alert").css("background-color","#2f2f2f96");

回答1:

update your sweetalert.css with your coding and hard refresh your web browser. It should work.

.sweet-alert {
background-color: #2f2f2f96;
...other codings...
}