@ Debbie
re: Just wondering there there was any way to give a category a colour so any entries under a specific category would have a coloured background for example?
Depends … what template are you using?
The entry category slugs (found on the Connections : Categories admin page) are added as classes to the entry container div; so a generic CSS statement would be:
#cn-list .uncategorized {
background-color: #eee !important;
}
Whether or not this works really depends on the template in use because many of them add background color within the entry container div. In this case, it would require a more specific CSS statement.
These CSS statements can be added to the theme’s custom CSS area if it has one.
re: Also is there any way to “Pin” certain entries to the top?
Sorry, no, not yet. Planned to be added in a future release.
Hope that helps!