Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
NTM
NTM
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)
Tony (Guest)
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
 
Tony
 
www.holleyland.com/viart
ViArt Themes - Tips - Customization
 
Tony (Guest)
Tony (Guest)
Greetings
 
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.
 
 
Tony
 
www.holleyland.com/viart
ViArt Themes - Tips - Customization
 
Tony (Guest)
Tony (Guest)
Greetings
 
Oh my goodness NTM, I misunderstood your question. Its not the background but the editor you're asking about - so sorry.
 
Unfortunately, have no answer for this. I apologies for taking up your time.
 
Tony
 
www.holleyland.com/viart
ViArt Themes - Tips - Customization
 
SajMalik
SajMalik
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)
Tony (Guest)
Greetings
 
Two thumbs up Chris, haven't ran into this problem. Learn something new today will check this out.
 
 
Tony
 
www.holleyland.com/viart
ViArt Themes - Tips - Customization
 
SajMalik
SajMalik
You're welcome Tony - it's all about sharing which you are also so willing to do Wink
 
Chris