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 3 replies, 2 voices, and was last updated 8 years, 2 months ago by
Kristin Prelipp.
-
AuthorPosts
-
06/14/2018 at 9:34 am #465583
Kristin Prelipp
Participant1) What is the CSS to change the blue color of the A-Z listing?
2) The formatting when in Search mode is a little off. The bullet sentence is below the box, And I would like more padding under the Clear Search button, so there is more space between that button and the category pull-down. http://www.familysuccessalliance.org/fsa-resource-guide/char/O/ or see screenshot attached.
Thanks!
Attachments:
You must be logged in to view attached files.06/14/2018 at 9:47 am #465587Kristin Prelipp
ParticipantFor #1, I tried:
#cn-cmap .cn-alphaindex { text-align: right; color: #00c4d9 !important; } #cn-cmap #cn-list-head .cn-alphaindex { color: #00c4d9 !important; }And neither worked…
-
This reply was modified 8 years, 2 months ago by
Steven Zahm. Reason: Correct code formatting
06/14/2018 at 10:06 am #465591Steven Zahm
Keymaster@ Kristin
RE: What is the CSS to change the blue color of the A-Z listing?
This is picked up from the formatting applied by the theme for links. Your CSS is almost correct. It should be:
#cn-list .cn-alphaindex a { color: #00c4d9; }RE: The formatting when in Search mode is a little off. The bullet sentence is below the box, And I would like more padding under the Clear Search button
This too is being caused by the theme. For some reason list items and buttons are being floated left, globally. Add the following to the theme’s custom CSS area to correct:
#cn-list ul, #cn-list ul li, #cn-list .button { float: none; }To increase the bnottom margin use:
#cn-search-messages { margin-bottom: 50px }Hope this helps!
06/14/2018 at 10:22 am #465593Kristin Prelipp
ParticipantLooks beautiful! Thank so much for the help and speedy response!!
-
This reply was modified 8 years, 2 months ago by
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
