@ Debra
re: Is there any way to have the names and titles displayed below the photos?
Sorry, no, this is not possible as trying to change it breaks a lot of the styles in the template because it was designed from the ground up to display the way it does.
re: at the very least, can I change the opacity of the background behind the names & titles? That background is cutting off people’s chins. Or do you have some other suggestion on how to fix this?
There’s a few options. I think making the crop taller would work. Uploading images with more bottom image that can be cropped off forcing the image to be cropped higher due to the change in the center origin of the image in which the cropped is based on. Or adding the following to the theme’s custom CSS area which will change the padding around the name and title which will reduce it’s space and changes the opacity to 80$. Tweak as desired.
#cn-gridder .cn-gridder-overlay {
padding: 6px 32px 6px 6px !important;
opacity: .8;
}
Hope that helps!
