/* Breaking news label */
.jmp-ticker-l {
    background: HEXCOLOR;
    color: #FFFFFF;
}

/* Background of ticker; default is black */
.jmp-ticker {
    background: HEXCOLOR;
}

/* Color of news text */
ul.jmp-ticker-c a {
    color: HEXCOLOR;
}