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 8 replies, 4 voices, and was last updated 10 years, 5 months ago by
Steven Zahm.
-
AuthorPosts
-
04/13/2013 at 5:31 pm #256952
cliff
ParticipantI would like to Change the font type & font colour. I see a number of css files, please advise which one to edit and what section.
I would also like to display entries in directory at “random”.
04/14/2013 at 9:23 am #256987Steven Zahm
Keymaster@ cliff
The font and colors will be inherited from the theme, so I won’t be able to give specific advice but adding the following to the end of the theme’s style.css file might do the trick.
#cn-cmap h3 { color: #FFF; font-family: "Times New Roman",Georgia,Serif; } #cn-cmap .cn-entry { color: #FFF; font-family: "Times New Roman",Georgia,Serif; }
Of course change the values to suit.
Please refer to the order_by shortcode option.
04/26/2013 at 7:30 am #257947Paul Morgan
ParticipantHi, I’m using the cMap template and changed my theme to one that was a lot darker. When I checked the Directory the wording was hardly visible, would your answer above be the correct option for me
04/28/2013 at 9:31 am #258111Steven Zahm
Keymaster@ Paul Morgan
Yes, this would help you too.
04/28/2013 at 2:42 pm #258150Udo Machiels
ParticipantHello, first of all I can not find the style.css file anywhere,
I am also using the cMap template, but this card is completely unreadable: Fonts to light against a near white grey background.
Please tell me how to change it.
Can’t use it in this form, at all.
!
Thanks,04/28/2013 at 3:26 pm #258156Udo Machiels
Participantmmm , not good that it is inheriting the font colours from the theme.
My background is black with near white fonts. background from the card files is also near white, so the whole lot gets invisible, unless I could change the background from the card file itself,How can i do this????
Thanks for letting me know,
Udo
04/28/2013 at 3:57 pm #258158Udo Machiels
ParticipantThe big trick to resolve my problem is making the background colour of the card file darker, so I do not need to change the font colours, how do I do this?
Udo
04/29/2013 at 4:03 pm #258238Steven Zahm
Keymaster@ Udo
Did you attempt is use the CSS example from above?
http://connections-pro.com/support/topic/change-font-type-colour/#post-256987Of course, you have to change the color to your desired color and not white as shown in the example.
Use this to remove the background:
#cn-cmap .cn-entry { background: none !important; }
04/29/2013 at 4:06 pm #258240Steven Zahm
Keymaster@ Udo
Forgot … Just add the CSS to the theme’s custom CSS area if it has one, or, alternatively, add it to the end of the theme’s style.css file.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.