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 2 replies, 2 voices, and was last updated 9 years, 1 month ago by
Steven Zahm.
-
AuthorPosts
-
02/21/2014 at 1:24 am #280613
Christine Neely
ParticipantI’m hoping to do three things….
1) turn the hyperlinks for the categories into an easier to read #656565 (not my pink and blue)
2) Remove the bold or italic look of all the headers and info in any drop down.
3) force all the font on the drop down to be a consistent size.
Here’s a link: http://www.christineneely.net/client-resources/vendor-love/
02/21/2014 at 10:02 am #280647Steven Zahm
Keymaster@ Christine
When I visited the page I didn’t see some of the items you wanted changed. They seemed fine. For example, I didn’t see any bold or italic in the category select drop down.
But here the css you can add to the theme’s custom css area:
#cn-list .chzn-container .chzn-results li { color: #656565; line-height: normal !important; } #cn-list .chzn-container-single .chzn-single { color: #656565 !important; } #cn-list { color: #656565 !important; } #cn-list a, #cn-list a:visited { color: #656565 !important; }
Hope that helps.
02/21/2014 at 8:44 pm #280739Steven Zahm
Keymaster@ Christine
Please do not reply to the post notification email … most the time I do not even read them … Please reply here, in the forum. Thanks!
Here’s the updated CSS to replace what I gave you before:
#cn-list { color: #656565 !important; } #cn-list a, #cn-list a:visited { color: #656565 !important; } #cn-list p, #cn-list span, #cn-list a, #cn-list h3, #cn-list h5 { font-size: 16px !important; font-weight: normal !important; font-family: Helvetica,Arial,sans-serif !important; line-height: normal !important; } #cn-list .chzn-container-single .chzn-single { color: #656565 !important; } #cn-list .chzn-container-single .chzn-single span { line-height: 26px !important; } #cn-list .chzn-container .chzn-results li { color: #656565; line-height: normal !important; }
To change the blue, see this FAQ.
The fuzzy fonts, there’s not much I can do about that, sorry. That is combination of the font chosen by the theme author and the generally poor font rendering of Firefox. Chrome and IE seem to look much nicer which is why I didn’t notice it before.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.