Title: Widget colors
Last modified: August 21, 2016

---

# Widget colors

 *  Resolved [cuzic](https://wordpress.org/support/users/cuzic/)
 * (@cuzic)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/widget-colors/)
 * Hello,
 * I’ve been trying to change the color of the titles in the ‘previous matches’ 
   and ‘next matches’ widget sections. The backcolor of my website is black, and
   so are these titles so they can’t be read. I’ve been looking in the CSS code 
   but can’t find anything… Does someone know what to do?
 * The website can be found here: [http://kvkninove.be/test/](http://kvkninove.be/test/)
 * Thanks!
 * [http://wordpress.org/extend/plugins/leaguemanager/](http://wordpress.org/extend/plugins/leaguemanager/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [LaMonte Forthun](https://wordpress.org/support/users/lamontef/)
 * (@lamontef)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/widget-colors/#post-3658169)
 * OK, good catch…
 * Here’s what you’ll do and I’ll fix this in an update I’m about to release:
 * In the LeagueManager folder you’ll see a file called ‘style.css’
 * Near the bottom, find this section:
 *     ```
       .leaguemanager_widget h4 {
       	position: relative;
       	border-bottom: 1px solid #ddd;
       	text-align: center;
       	margin: 0.5em 0 0.3em 0;
       	}
       ```
   
 * You’re only adding this line: ‘color: black;’, but here’s the entire section:
 *     ```
       .leaguemanager_widget h4 {
       	position: relative;
       	color: black;
       	border-bottom: 1px solid #ddd;
       	text-align: center;
       	margin: 0.5em 0 0.3em 0;
       	}
       ```
   
 * The color can be changed to whatever you wish to work on your site.
 * Thank you for using LeagueManager!
 *  Thread Starter [cuzic](https://wordpress.org/support/users/cuzic/)
 * (@cuzic)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/widget-colors/#post-3658225)
 * Works! Thank you very much! You and your plugin rock 🙂
 *  Plugin Author [LaMonte Forthun](https://wordpress.org/support/users/lamontef/)
 * (@lamontef)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/widget-colors/#post-3658247)
 * Glad to hear it…
 * Also glad you like it, but all credit goes to the author Kolja Schleich, I’m 
   just trying to help keep things moving forward…
 * If you’re on the latest version, please make a note that it’s working for you
   in the compatibility section:
 * [http://wordpress.org/extend/plugins/leaguemanager/](http://wordpress.org/extend/plugins/leaguemanager/)
 * Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Widget colors’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [LaMonte Forthun](https://wordpress.org/support/users/lamontef/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/widget-colors/#post-3658247)
 * Status: resolved