Please, Help. Font CSS problem, pic included.

Hi..I posted this problem before but I don't think people understood what I was asking. I'm adding a pic this time. Please help! *sigh*

I am trying to locate the css file to change the font color of editing drop down menu to #fff; I am using a black template and the bg seems to have also changed needed white text.

Any help appreciated greatly, thanks!

Quote · 29 Apr 2010

You should be able to change that in forms_adv.css


.form_input_file,
.form_input_select,
.form_input_select_multiple,
.form_input_select_box,
.form_input_slider,
.input_wrapper_select_box .form_input_text
{
/*height: 15px;*/
width: 198px;
border: 1px solid #999999;
background-color: #ffffff;
margin-bottom: 1px;
}

For a black template you would want something like this.

.form_input_file,
.form_input_select,
.form_input_select_multiple,
.form_input_select_box,
.form_input_slider,
.input_wrapper_select_box .form_input_text {
background-color:#000000;
border:1px solid #333333;
color:#FFFFFF;
}

https://www.deanbassett.com
Quote · 29 Apr 2010

Wo0T! Thank you so much. It worked. You rock. Very appreciated. Cool

You should be able to change that in forms_adv.css


.form_input_file,
.form_input_select,
.form_input_select_multiple,
.form_input_select_box,
.form_input_slider,
.input_wrapper_select_box .form_input_text
{
/*height: 15px;*/
width: 198px;
border: 1px solid #999999;
background-color: #ffffff;
margin-bottom: 1px;
}

For a black template you would want something line this.

.form_input_file,
.form_input_select,
.form_input_select_multiple,
.form_input_select_box,
.form_input_slider,
.input_wrapper_select_box .form_input_text {
background-color:#000000;
border:1px solid #333333;
color:#FFFFFF;
}

Quote · 29 Apr 2010
 
 
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.