Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Apply for membership form - Holiday theme

edited December 2010 in Vanilla 2.0 - 2.8
Hello, did u notice with this theme, the "apply for membership" form is totally unreadable? the green color blends out the all text... where do i find the css file to change the text color - if thats possible. Thx in advance

Comments

  • brujahbrujah
    edited December 2010
    I just noticed this, sorry. You're right. The quick fix is add this to your custom.css file. It is found in themes/holiday/design/custom.css

    div.Box p {
    color: #E1D8C6;
    }

    I'd also add this to the bottom of the file:
    .Foot {
    background: #2C4F2E;
    border-color: #8E8F4F;
    }

    I'll update this later when there's more of a significant change to make.
  • Did as u said but no changes :(
  • That worked for me, maybe you were viewing a cached page?
Sign In or Register to comment.