How to change thickbox overlay styling in NextGen Gallery?
-
So, I read previous posts here and edited thickbox.css on my server. Here’s my edit:
.TB_overlayBG {
background-color:#E3EDF4; /*I changed this from black*/
-ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=75)”;
filter:alpha(opacity=90);/*I changed this from 75*/
-moz-opacity: 0.75;
opacity: 0.75;
}
It just doesn’t make any difference to how the gallery appears. And yes, I do have the thickbox effect activated on my gallery options page. Later I’d like to change the font of the thickbox gallery, but that seems hopeless if I can’t even change the overlay color.Any suggestions? Thanks! My gallery page is here.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to change thickbox overlay styling in NextGen Gallery?’ is closed to new replies.