
Originally Posted by
Beverleyh
[...] or, use an !important override against the CSS declared for the fadeshow id.
An !important override for .gallerylayer will do. Something like
Code:
.gallerylayer {
/*a background-color for smooth image-transition*/
background: green!important
}
or
Code:
.gallerylayer {
/*a background-image for smooth image-transition*/
background: url(https://stadswandelaars.files.wordpress.com/2011/10/dsc009931.jpg) 50% 35% no-repeat!important;
}
Don't use background: transparent!important, as this would ruin smooth image transition.
Bookmarks