Title: Custom CSS
Last modified: September 1, 2016

---

# Custom CSS

 *  Resolved [SommerV](https://wordpress.org/support/users/sommerv/)
 * (@sommerv)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/custom-css-160/)
 * Hi,
 * I am trying to change the background color and text color on the directory listings.
 * See this page: [http://ironemployers.com/curtainwall/](http://ironemployers.com/curtainwall/)
 * I would like to make the background transparent and the font white, but I can’t
   figure out what CSS to use.
 * Thank you!
 * [https://wordpress.org/plugins/connections/](https://wordpress.org/plugins/connections/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Steven](https://wordpress.org/support/users/shazahm1hotmailcom/)
 * (@shazahm1hotmailcom)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/custom-css-160/#post-7637993)
 * **@ SommerV**
 * This will do it:
 *     ```
       #cn-card .cn-entry {
       	background-color: transparent !important;
       	color: white !important;
       }
       ```
   
 * Hope that helps!

Viewing 1 replies (of 1 total)

The topic ‘Custom CSS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/connections_2b7e99.svg)
 * [Connections Business Directory](https://wordpress.org/plugins/connections/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/connections/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/connections/)
 * [Active Topics](https://wordpress.org/support/plugin/connections/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/connections/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/connections/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Steven](https://wordpress.org/support/users/shazahm1hotmailcom/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/custom-css-160/#post-7637993)
 * Status: resolved