Forum

 
You must be logged in to post Login Register


Register? | Lost Your Password?

Search Forums:


 






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

New Member

posts 1

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 1229

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?