Reply To: Font and background color

Shoal Summit Solutions Forums MSTW Team Rosters Plugin Font and background color Reply To: Font and background color

#2032
Mark
Keymaster

    Okay, upon further review, I don’t like the way I set up the display settings here. The rule I created from the display settings is NOT specific enough, so it works for some themes and not others. I have added this to the list for the next release. In the meantime, try adding the following rules to the plugin’s stylesheet:

    tr td.mstw-tr-odd {
         color: #F00;  /* replace all these with the colors you want */
         background-color: #00F;
    }
    tr td.mstw-tr-even {
         color: #00F;
         background-color: #F00;
    }

    Let me know.
    -Mark