06/09/2013 at 9:44 pm
#262195
Keymaster
@ Tracy
That setting is for the Entry Actions list … are you referring to the link on the default template? If so, the only way to hide that is to use CSS. Add the following to the end of the theme’s style.css file:
#cn-list .vcard-block {
display: none;
}
