Change Overlay Opacity/Transparency
  • I've been struggling to figure out how to change the opacity of the prettyPhoto overlay. It's currently white (light_rounded theme), but I would like to be able see through it. I can't seem to find the correct code to change. Should this be done by altering the JS (jquery.prettyPhoto.js) or the CSS (prettyPhoto.css)? It might help if someone could show me the line of code I should be looking for...

    Many thanks!
  • check:
    $.fn.prettyPhoto = function(settings) {
    settings = jQuery.extend({
    animationSpeed: 'normal', /* fast/slow/normal */
    opacity: 0.94, /* Value between 0 and 1 */

    first lines in the js file.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!