08/09/2016 at 12:32 pm
#385897
Keymaster
@ Raielene
re: how can I make it read “Phone” instead of “Work Phone”?
Here’s a link to a detailed tutorial on how to change labels in Connections using the Say What? plugin.
re: I’d like to edit the line around logos… either to remove it completely or to remove the radius. Can this be done through css somewhere?
Sure, CSS is what is used to add the border so you can use CSS to remove it. This will do it:
#cn-list span.cn-image-style {
border: none !important;
}
Hope that helps!
