@ Anna
Sounds like you are using one of the templates which come with Connections. They have very little CSS, mostly relying on the theme, so rather than have a separate CSS file being loaded with only a few lines of CSS they are added inline. The keeps HTTP requests to minimum and follows search engine guidance.
Knowing that… you have two options…
Since the styles you’re trying to override are inline, you may need to use the !important flag in the CSS statement. To override the small-caps name the !important flag is not needed; this would work for the Default Entry Card template:
#cn-list span.fn.n {
font-variant: normal;
}
The second option, is this. But that is a bit more involved and really not needed if you only want to alter its style a bit.
A bonus option … there quite a few templates available for sale here on this site. My personal favorites right now are the newer Gridder and Circled templates.
Hope that helps.
