Color Problems GRR!!!

simplybebop

Regular Member
Joined
Oct 24, 2008
Messages
371
Reaction score
182
Okay, the big red box on the homepage of

demo.dealership-sites.com

had me going mad.

I have the exact color code: CE3C00

I have looked over and over the css, and all the other files in that WP theme

i*car from i*themes.


I just think that red is go gaudy looking. Does ANYBODY know where to find the snippet of code in that theme to change it?
 
Heres the theme if anybody wants to take a look for me. I would really appreciate it.

Code:
http://rapidshare.com/files/203594672/iCar.rar

Password:
Code:
http://viete.info
 
Think I found it...

The color is #C83D00 (not CE3C00)

It's in style.css.

Code:
#home #feature {
	margin: 0px; padding: 15px;
	width: 279px; height: 232px;
	overflow: hidden;
	display: block;
	background: #C83D00;
	float: left;
 
Back
Top