BigMal wrote:
Ignore this, I've solved it. Turns out I am more stupid than I look
How did you fix it? I'm struggling with the same black button issue.
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