I'm using a jQuery plugin for modals to work on my website, the plugin/code has the option to change the background color of the modal, if you go at the bottom of the plugin's website you'll see the options.
I'm sure this is probably something very simple, I'm just not sure how to implement it in the plugin's initialization code which looks like this:
<script>
$("#demo01").animatedModal();
</script>
Any help would be highly appreciated.
Thanks!