Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author extendyourweb

    (@extendyourweb)

    The table rows alternate 2 classes: odd and even. You can define two different styles for these classes:

    <style>
    .odd {
    color: #FF0000 !important;
    }

    .even {
    color: #CCCCCC !important;
    }
    </style>

    Thread Starter tjmarx73

    (@tjmarx73)

    What I meant is color certain part of the text in the box..

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Font Color’ is closed to new replies.