Quote:
Originally Posted by KGI_Bling
I hate to be a nuisance, but I've installed this theme, and the text reply areas are white background with black text. Can this be changed to the dark background with white text?
|
In the editor_contents.css template search for (should be at the very top):
To change font-color change this:
To:
To change the background-color change this:
Code:
backgroud-color: #fff;
To this:
Code:
background-color: #1F1F1F;
Be sure to clear your browser cache and cookies then restart your browser.
If I may ask, how were you able to change the cke_wrapper background?