Thread: Theme Problem
View Single Post
  #5  
Old 15th November 2009, 13:43
lovebeer's Avatar
lovebeer lovebeer is offline
Senior Member
 
Join Date: May 2009
Romania
Posts: 91
Default
Yes, to solve that I used the mozilla addon and hex color convertor to discover wath color was there, and after that I search for the color code in the style.css file.

The First color I changed in a line like this:
Quote:
.thead {background: url(../images/thead_bg.gif) top left repeat-x;color: #990099;}
an here I changed too:
Quote:
#main .left_side { background: #990099; padding:15px 5px 0 5px; margin:0; }
The second color I find it in a line like thisone:
Quote:
border-collapse:collapse; border:none; background-color:#787878
Hope this will help other users :)
__________________

Reply With Quote