Forum Replies Created

Viewing 1 replies (of 1 total)
  • have a look at (or around)line 215 in your stylesheet (style.css in your theme folder)

    currently it has …#container thead th {color:#FFFFFF…..

    this sets the color to white

    if you remove that or change it to color:#000000; the text will be black (or you can change it to any hex color code you want)

Viewing 1 replies (of 1 total)