Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
Tagged: 8.2.2, css, custom field, slim plus, template
- This topic has 3 replies, 2 voices, and was last updated 11 years, 4 months ago by
Steven Zahm.
-
AuthorPosts
-
03/23/2015 at 6:08 pm #324169
St. Ann’s Academy
ParticipantHello,
I would like to change the way the custom fields are displayed in the contact card.
Right now, it looks like this:
Custom Fields -Affiliation: CWL Relation -Scholarship Amount: $500.00 -Application Format: Application Form, Letter, References -Application Process: Send Application Package by mail. -Application Deadline: March 31stI would like to remove the Custom fields header and the bullets (so each field is displayed on it’s own (preferably in bold) one after the other, like this:
Affiliation: CWL Relation Scholarship Amount: $500.00 Application Format: Application Form, Letter, References Application Process: Send Application Package by mail. Application Deadline: March 31stI can’t seem to find where the code I need to change to do this is located.
03/24/2015 at 11:45 am #324345Steven Zahm
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.
03/27/2015 at 4:50 pm #329891St. Ann’s Academy
ParticipantThank you, that did help! One last question: for the custom fields, is there class or id name for the titles only? I’d like to make the titles bold, but the test remain normal.
03/30/2015 at 9:51 am #330021Steven Zahm
Keymaster@ St. Ann’s Academy
Yes, the are classed too. They have class named
cn-entry-meta-key. So this should work:#cn-slim-plus .cn-entry-content-block-meta .cn-entry-meta-key { font-weight: bold; }Hope that helps!
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
