Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author LaMonte Forthun

    (@lamontef)

    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

    (@cuzic)

    Works! Thank you very much! You and your plugin rock 🙂

    Plugin Author LaMonte Forthun

    (@lamontef)

    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/

    Thanks!

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

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