03/24/2015 at 11:45 am
#324345
Keymaster
@ St. Ann’s Academy
You wouldn’t edit any files to accomplish this and I would highly discourage editing the files because you would lose the changes after updates to Connections. Instead add the following to the theme’s custom CSS area:
#cn-slim-plus .cn-entry-content-block-meta h3 {
display: none !important;
}
The bullets are actually inherited from the theme. To hide them, something like this should work:
#cn-slim-plus .cn-entry-content-block-meta ul.cn-entry-meta,
#cn-slim-plus .cn-entry-content-block-meta ul.cn-entry-meta li {
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
}
Hope that helps! Let me know.
