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.
- This topic has 5 replies, 2 voices, and was last updated 7 years, 4 months ago by
Steven Zahm.
-
AuthorPosts
-
03/13/2015 at 1:32 pm #322726
B
ParticipantIs it possible to remove the bold style from Slim Plus field names and at the same time have the field contents (name, address, etc.) display as bold? It looks to me as though the bold field names overpower the contents of the entries.
03/13/2015 at 2:05 pm #322733Steven Zahm
Keymaster@ Bruce
Yes, it is possible but takes quite a bit of CSS to accomplish… I think this will get most of it.
Try adding this to the theme’s custom CSS area:
#cn-slim-plus { font-weight: bold !important; } #cn-slim-plus span.address-name, #cn-slim-plus span.phone-name, #cn-slim-plus span.email-name, #cn-slim-plus span.date-name, #cn-slim-plus span.link-name, #cn-slim-plus .cn-bio { font-weight: normal !important; }
Hope that helps!
03/13/2015 at 4:06 pm #322739B
ParticipantThank you so much for the super-fast response, Steven!
This worked very well, except for the “contact” field. Do I need an extra line in the CSS?
I have a test directory in progress [REDACTED] (could you please remove this link after reviewing?) where you can see what I mean.
-
This reply was modified 7 years, 4 months ago by
Steven Zahm. Reason: Removed link as requested by OP
03/13/2015 at 5:11 pm #322748Steven Zahm
Keymaster@ Bruce
Use this instead:
#cn-slim-plus { font-weight: bold !important; } #cn-slim-plus span.address-name, #cn-slim-plus span.phone-name, #cn-slim-plus span.email-name, #cn-slim-plus span.date-name, #cn-slim-plus span.link-name, #cn-slim-plus span.contact-label, #cn-slim-plus .cn-bio { font-weight: normal !important; }
That should do it.
03/13/2015 at 5:28 pm #322773B
ParticipantHi again Steven,
Absolutely brilliant and perfect! Result is at the previous link if you’d like a look. I really appreciate your help on this adjustment. I just felt that the content of the fields deserved more ‘weight’ than the field name.
You’ve got an awesome plug-in here and support that’s just as impressive!
03/14/2015 at 11:20 am #322831Steven Zahm
Keymaster@ Bruce
Many thanks! I do my best to make sure Connections is easy but at the same time very flexible.
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
https://wordpress.org/support/view/plugin-reviews/connections
-
This reply was modified 7 years, 4 months ago by
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.