prettyPhoto how do edit

So while I like the prettyPhoto, I wanted to change the look which you can do through the file manager of your domain. I deleted the title and the description which repeats itself in the latest version of CS-Cart.



The .js file is located at:

/lib/js/prettyphoto/js/jquery.prettyPhoto.js



To hide the title of the image description find:

show_title: true, /* true/false */



and set it to FALSE



To hide the image description at the bottom, within the same file, find:

$pp_pic_holder.find('.pp_description').show().html(unescape(pp_descriptions[set_position]));



And hide with:

/*
$pp_pic_holder.find('.pp_description').show().html(unescape(pp_descriptions[set_position]));
*/




You can also change the color theme by finding:

theme: 'light_rounded', /* light_rounded / dark_rounded / light_square / dark_square / facebook */



And replace with the available scheme which can be edited through:

/lib/js/prettyphoto/css/prettyPhoto.css