I've got a dark page background that is interfering with the display of the short and full description in the html editor. Anyone have an idea of how to hack around this so that the background in the editor is just plain white?
I've tried adding to admin.css
TEXTAREA.text
{background-color: #FFF;}
but it didn't work.
Thanks!
Tony (Guest)
20 Oct 2009 9:29 AM
Greetings
If you're using default ViArt themes. Determine which template go-to Templates follow by USER being used then go-to Styles for CSS.
For background find:
.commonbg {
background:000000 - change color here #ffffff for white
NTM...Not to confuse you, the steps I outline previously "above" requires that you FTP and download the CSS make the changes - before uploading change the name of the current CSS from example classis.css to classis-old.css.
Then upload the update version. If you made an error you have the old version as a backup. Then reload your browser in some cases 2 times to see the changes.
I had my background colour removed
- this is what Viart said was done:
You may find the following string in your 'admin_order_email.html' file:
editor_sd.css_file = '{css_file}';
where '{'css_file'}' means current site's CSS file path
We have changed this for you so now it looks like:
editor_sd.css_file = '../styles/admin.css';
And you can change this by yourself, setting up your own css file path if you want.
Not sure whether this helps you?
Chris
Tony (Guest)
23 Oct 2009 7:37 PM
Greetings
Two thumbs up Chris, haven't ran into this problem. Learn something new today will check this out.