XF 1.3 Theme coloring really dark? Not sure where to change

Fixed with the following in extra.css:

Code:
.xenOverlay .formOverlay .textCtrl {
  color: white;
  background-color: black;
  border-color: rgb(78, 78, 78);
}

element {
}
#loginBar .textCtrl[type="text"] {
  font-weight: bold;
  font-size: 18px;
}
#loginBar .textCtrl {
  color: white !important;
  background-color: rgb(26, 62, 99);
  border-color: rgb(32, 150, 225);
}

Hope I did that right? Is that the way to do so?
 
  1. Style Properties > Login Bar > Text Control
  2. Style Properties > Forms > Text Control
Ok for the search bar I got it showing dark text:
http://screencloud.net/v/aVBP
But now as you can see Posted by member is black text. This is so frustrating :(
My Forms > Text Control looks as such: http://screencloud.net/v/qNc8

Also the login bar is fixed, but the lost password section isn't.

I have no clue where to edit what.
 
Ok for the search bar I got it showing dark text:
http://screencloud.net/v/aVBP
But now as you can see Posted by member is black text. This is so frustrating :(
My Forms > Text Control looks as such: http://screencloud.net/v/qNc8

Also the login bar is fixed, but the lost password section isn't.

I have no clue where to edit what.

You have Flexile installed. It would be best to contact @Audentio about this and any other questions, as he may have done things differently.
 
Top Bottom