@ ben
re: How do I get rid of the border completely? even when i upload the exact size photo to the exact crop size i still get it.
This will be very difficult to answer because I have no way of knowing the changes you have made. So… here’s the answer assuming no changes…
Go to the Connections : Settings admin page, click the Images tab. And change the Crop Mode for the Large image to Resize proportionally adjusting the size of scaled image so there are no margins added.
Or… are you asking about that thin gray rule around the image? It ou are, then you need to use CSS to remove it. Add the following to the theme’s custom CSS area:
#cn-gridder span.cn-image-style {
border: 0 !important;
}
re: And how can i remove the, Go back to directory Add to Address Book from every bio page?
These can be disable on the Connections : Settings admin page under the Display tab. Scroll down to the Entry Actions section.
Hope that helps!