Fork me on GitHub

Black Dog theme  Bottom

  • I really like the BlackDog theme, but I can NOT figure out where to change the Text color in the Forum Reply Box. In its original state it types black text on dark gray background. A friend tried to change what he thought was right and now all my radio buttons (ie: poll buttons, check boxes) have a white background ( insert noob comment here) .. Thanks for any help.
  • templates/PNTheme/posting_body.tpl

    There you have to find:

    Code

    <textarea name="message" rows="15" cols="35" wrap="virtual" style="width:450px" tabindex="3" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea>


    and change the style="width:450px" to:

    Code

    style="width:450px; background:black; color: white;"
  • Thank you Very much for the reply.. I checked the posting_body.tpl and it already said what you had. I do notice that NEW posts are in white text...but REPLY post are in black.

This list is based on users active over the last 60 minutes.