Help ... BACKGROUND Color bleeds through on pages!

Hello once again.

I'm trying to get our dolphin community finished and customized so that it can be displayed and used publically, but one of the many problems that I've been finding is this one here, where the background color, after we changed the background image, is not only visibly on the exterior of the frames/tables, but also within written forms such as the registration page .... where nobody can see their own text anymore as it's being entered.

Here, a screenshot of what I mean.

This is happening with both, IE7 and Firefox 3.0

Our project encompasses a total of apx. 40.000 files (yeah, no kidding) and all of our public pages have the same dark background on the EXTERIOR of our body frames/tables. Any thoughts on how to change the above problem? Which specific .php or .css file would I need to edit the background color in, just for those text fields in the form? Thank you.

.

.

Greetings from Germany

Quote · 27 Feb 2009

templates/tmpl_xxx/css.join.css

find:

/* * * * Inputs * * * */

I have video tutorials to help you mrpowless.com
Quote · 27 Feb 2009

.

A W E S O M E .... Thanks a bunch !!! Laughing

Quote · 27 Feb 2009

This was driving me crazy..  Hacking the code huh?  I should of figured it was in the css file.   For other people that would be reading this let me adlib by expressing the way you get those fields to not be the same look as your background image is to go to here:

 templates/tmpl_uni/css.join.css  "join.css" file scroll down to the  ***inupts*** and have it look like my exmample below.  I actually changed everything referencing the background img.

 

 

.input_select_multi
{
 /*background-image: url( ../images/body_backgr.gif );*/
 border: 1px solid #999999;
 width: 240px;
 margin-right: 5px;

 

If you add the /*.class */  it's easy to reactivate if your ever going to modify this look and feel later  at later time in the future.

Quote · 28 Apr 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.