View Single Post
  #2  
Old 20th January 2013, 18:00
Chez's Avatar
Chez Chez is offline
Senior Member
 
Join Date: Sep 2011
P2P
Posts: 278
Default
You can change it from .css file ...
for the outside backgroung you have in the begining of the file you have

PHP Code:
body {
font-family"tahoma""arial""helvetica""sans-serif";
font-size8pt;
background-color#004E98;
color#000000;
margin-top0px;
margin-bottom0px;

replace this: 004E98 from this line background-color: #004E98; with your code color ...

and for the inside backgroung you will need to change the color codes from this lines with your color code
PHP Code:
table {
  
border-collapsecollapse;
  
bordernone;
   
background-color#ECE9D8; 
}

table.maintable.mainouter {
  
background-color#F5F4EA;


you can choose you color from here: http://colorpicker.com
__________________
http://www.bvlist.com/images/avatars/signaturepics/sigpic16443_2.gif
Reply With Quote