2011-06-13, 02:24 PM
2011-06-13, 02:51 PM
1. Go to Admin CP > Templates & Style > Themes > Your Theme > global.css > Advanced Mode.
2. Find:
3. Replace with:
4. Change #222 to another background color (e.g. #000 for black) and #fff for the text color (e.g. #ff0000 for red).
2. Find:
blockquote {
border: 1px solid #ccc;
margin: 0;
background: #fff;
padding: 4px;
}
3. Replace with:
blockquote {
border: 1px solid #ccc;
margin: 0;
background: #222;
color: #fff;
padding: 4px;
}
4. Change #222 to another background color (e.g. #000 for black) and #fff for the text color (e.g. #ff0000 for red).