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.6.9
- This topic has 1 reply, 2 voices, and was last updated 5 years, 7 months ago by
Steven Zahm.
-
AuthorPosts
-
08/15/2017 at 4:16 pm #432409
Anne Decker
GuestHi,
I love your directory and have a handful of questions about customizing it. First, how can I increase the size of the font on the letter directory at the top, as well as in each address? Also, I think the name of the company looks a little fuzzy. How can I experiment with different fonts? I really like what Rutgers did with their directory. How would I change the color of the hover and selected names? The last thing is, I want to have a different page that lists each contractor by category: Electrical, HVAC, Pipefitter, etc. How do I do that?
Thanks for all your help!
Anne08/15/2017 at 6:32 pm #432422Steven Zahm
Keymaster@ Anne
RE: how can I increase the size of the font on the letter directory at the top, as well as in each address?
Add the following to the theme’s custom CSS area:
#cn-slim-plus div.cn-alphaindex { font-size: 16px; } #cn-slim-plus .cn-entry .cn-right { font-size: 14px !important; }
RE: I think the name of the company looks a little fuzzy. How can I experiment with different fonts?
The font is being inherited from the style used by the theme. If the theme has options to set the font for the
h3
HTML tag, you should be able to change it. If the theme does not have font options for the header tags. Add the following to the theme’s custom CSS area:#cn-slim-plus h3 { font-family:sans-serif; font-style: normal; }
Tweak as desired.
RE: How would I change the color of the hover and selected names?
The color hover for links is also inherited from the theme. If the theme has option to change it in its settings you should be able to change it. If the theme does not. Add the following to the theme’s custom CSS area:
#cn-slim-plus h3 > a:hover { color: pink; }
Here’s a link to a FAQ which covers how to change the color of the underline and the toggle arrow in Slim Plus.
RE: I want to have a different page that lists each contractor by category: Electrical, HVAC, Pipefitter, etc. How do I do that?
I’m sorry but grouping by category is not possible.
Hope this helps, let me know.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.