Background color

Please how do you change the background color in dolphin template ?

I managed to creat a new template , and managed to change the header color to black but how do you change the actual background color ? what file and line do you change >?

Thanks for your in advance ,

Eli.

Proud Hosted by Zarconia.net
Quote · 1 Nov 2009

/templates/base/css

common.css

body {
font-family:Verdana,Arial;
font-size:11px;
color:#333333;
background-color:#589CBC;
margin:0px;
padding:0 0 50px 0;   
}

and if you need to use an img.. change it too

body {
font-family:Verdana,Arial;
font-size:11px;
color:#333333;
background-image:url(../images/bg2.png );
margin:0px;
padding:0 0 50px 0;   
}

note: img.. needs to bee in your

/templates/base/images   folder

Quote · 1 Nov 2009

it looks like my site is gone lol :

I have this errow when o change

the color : background-color:#589CBC; ( by the way i have #FFFFFFF instead of #589CBC;

I got this error :

Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/'''''''/public_html/langs/lang-en.php on line 3858

Parse error: syntax error, unexpected $end, expecting ')' in /home/''''''''/public_html/langs/lang-en.php on line 3858

Proud Hosted by Zarconia.net
Quote · 1 Nov 2009

it should work

go back and try again

Quote · 1 Nov 2009

that's what i got :Parse error: syntax error, unexpected $end, expecting ')' in /home/'''''''''/public_html/langs/lang-en.php on line 3858

Proud Hosted by Zarconia.net
Quote · 1 Nov 2009

sort it out thanks mate .

Proud Hosted by Zarconia.net
Quote · 1 Nov 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.