Hello Need Help To Change Colour!!!

Status
Not open for further replies.

bunnys

Banned
Banned
339
2011
1
0
I Need to chage the color of This Skin pls help me :(

My VB Skin is like this

44218285750518328514.png


i need to change like this

32437399081237961346.png


pls help me :(
 
10 comments
OK in your css you need to find this


PHP:
.thead

{

	background: #e07100;

	color: #f3f3f3;

	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;

	border-left: 1px solid #ea7600;

	border-top: 1px solid #ea7600;

}

the bit that is the orange you want changed is background: #e07100;

The easiest way of finding it is in your AdminCP in the main.css file and do a search for either the color or .thread

And you want to the #e07100 part as that is the code of the orange color. Now you can use an online tool such as this http://www.2createawebsite.com/build/hex-colors.html to pick the color you want it changed to. It's the HEX color you want.

If you've any problems let us know :)
 
+1 Happy

Go to Main CSS in the dropdown menu next to your skin in the Admin CP and then search for .thead
Then just change the HEX code of the color with the HEX code of the color you want :)
 
Status
Not open for further replies.
Back
Top