01/05/2016 at 5:29 pm
#360035
Participant
I have managed to accomplish the same objection with css:
/* Hide image, addresses, social media for non-members */
#cn-cmap .not-active-member span.cn-image-style,
#cn-cmap .not-active-member span.address-block,
#cn-cmap .not-active-member span.social-media-block {
display: none;
}
