2011-05-21, 02:07 AM
2011-05-21, 02:34 AM
Yes, There is a way:
ACP > Templates & Style > Themes > Your Theme > global.css
Find:
Change the background color there. Also add this part:
so it should look like this:
Save & its done
ACP > Templates & Style > Themes > Your Theme > global.css
Find:
blockquote {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #CCCCCC;
margin: 0;
padding: 4px;
}
Change the background color there. Also add this part:
color: your text color;
so it should look like this:
Quote:blockquote {
background: none repeat scroll 0 0 your background color;
border: 1px solid #CCCCCC;
margin: 0;
padding: 4px;
color: your text color;
}
Save & its done