Forum

Please make sure that you have read the documentation and extensive resources provided on this site before posting your question!

Dynamic Content Gallery Resources

DCG Version 4.0 beta is now available for download and testing. This is a development version and not recommended for live sites. Read more here.

Note that the current stable release of the DCG is version 3.3.5.

 
You must be logged in to post Login Register


Register? | Lost Your Password?

Search Forums:


 






Minimum search word length is 3 characters – Maximum search word length is 84 characters
Wildcard Usage:
*  matches any number of characters    %  matches exactly one character

Change fade transitions to white, not black (using 3.2.3 in JQuery)

open
UserPost

11:00 pm
June 28, 2010


Sy

Guest

1

Beautiful plugin, thank you!

I would like to change the fade transitions to white because all my images have a white background and the brief fade to black is distracting. I am using JQuery, not MooTools because MooTools brings up errors.

So please, can you guide me through the CSS files to specifically where to change the color of the Fade to white (or else the color that the fade is briefly revealing, whichever it may be.).

Thank you very much!

 

8:11 am
June 29, 2010


Ade

Admin

posts 2378

2

Hi,

Try adding this to your style.css:

 

.panel {

background-color: #ffffff !important;

}

 

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?