No need to edit the script. Use css style.
Say your slideshow's uniqueid is fadeshow1, then put this stylesheet in the head of the page:
Code:
<style type="text/css">
#fadeshow1, #fadeshow1 .gallerylayer {
background-color: white !important;
}
</style>
Or put its rule in an existing stylesheet for the page. The !important keyword overrides the scripted style. If your slideshow uses a different uniqueid, substitute that for fadeshow1 in the above.
The browser cache may need to be cleared and/or the page refreshed to see changes.
If you want more help, please include a link to the page on your site that contains the problematic code so we can check it out.
Bookmarks