To increase the contrast of the titles to white lettering on a dark overlay, I made a very slight modification to the CSS of the GalleryView plugin, which I will document here. I rarely modify WordPress themes or plugins, and usually forget about doing so when I upgrade to a newer release, and then I can’t remember how to fix it again.
In the file
/wp-content/plugins/wordpress-nexgen-galleryview/GalleryView/css/galleryview.css
make the following addition (indicated in red):
/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; font-size: 0.7em; }
.panel-overlay h2 { color: white; }
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }
Leave a Reply