JC999 wrote:
Change the color of "grad1.gif" in ja-purity/images. Worked on my demo.
I changed it to a very light grey in my install, but the buttons are still black.
EDIT TO ADD: RESOLVED
In default_ex_rejuvinated template, find forum.css.
Open in plan test editor, and on line 780, find this code:
table#fb_postmessage .button {
border: 1px solid #999;
color: #333;
font-weight: bold;
padding: 3px 10px;
margin: 3px;
Change the color from 333 to FFF, so the code looks like this:
table#fb_postmessage .button {
border: 1px solid #999;
color: #FFF;
font-weight: bold;
padding: 3px 10px;
margin: 3px;
Now the block is black with white text.
A guide to three character colors can be found here:
www.december.com/html/spec/color3hex4.html