2011-07-03, 11:57 AM
2011-07-03, 12:04 PM
1. Go to Admin CP > Templates & Style > Themes > Your Theme > global.css > Advanced Mode.
2. Find:
3. Change #fff to the color you want (e.g. #000 for black, #ff0000 for red).
2. Find:
#container {
width: 95%;
background: #fff;
border: 1px solid #e4e4e4;
color: #000000;
margin: auto auto;
padding: 20px;
text-align: left; /* IE 5 fix */
}
3. Change #fff to the color you want (e.g. #000 for black, #ff0000 for red).
2011-07-03, 12:28 PM
thanks, its working.
please tell me how to change this color
![[Image: 2lxiiar.jpg]](https://camo.mybb.com/30d68eb808e4bdb89331ce5a6f4916b6436770be/687474703a2f2f6935332e74696e797069632e636f6d2f326c78696961722e6a7067)
please tell me how to change this color
2011-07-03, 12:40 PM
1. Go to Admin CP > Templates & Style > Themes > Your Theme > global.css > Advanced Mode.
2. Find:
3. Change #EFEFEF to the color you want (e.g. #000 for black, #ff0000 for red).
2. Find:
.trow2 {
background: #EFEFEF;
}
3. Change #EFEFEF to the color you want (e.g. #000 for black, #ff0000 for red).
2011-07-03, 01:09 PM
i do as you say.
it works good.
now tell me please again that how to do this shown in pic
![[Image: 6sgl20.jpg]](https://camo.mybb.com/a521def4d806de7b95c2676818000a9b124b253f/687474703a2f2f6935322e74696e797069632e636f6d2f3673676c32302e6a7067)
it works good.
now tell me please again that how to do this shown in pic
2011-07-03, 01:13 PM
1. Go to Admin CP > Templates & Style > Themes > Your Theme > global.css > Advanced Mode.
2. Find:
3. Change #ADCBE7 to the color you want (e.g. #000 for black, #ff0000 for red).
4. Next, find:
5. Change #026CB1 and #000 to the colors you want (e.g. #000 for black, #ff0000 for red).
2. Find:
.tcat {
background: #ADCBE7;
color: #000000;
font-size: 12px;
}
3. Change #ADCBE7 to the color you want (e.g. #000 for black, #ff0000 for red).
4. Next, find:
a:link {
color: #026CB1;
text-decoration: none;
}
a:visited {
color: #026CB1;
text-decoration: none;
}
a:hover, a:active {
color: #000;
text-decoration: underline;
}
5. Change #026CB1 and #000 to the colors you want (e.g. #000 for black, #ff0000 for red).
2011-07-03, 01:23 PM
thanks a lot
2011-07-03, 05:35 PM
You're welcome. 
