now i am making my own theme for the website. took one of them that came with the platform and modifying it big time. what i dont understand is why is part of it rolling over into the admin area. even if i change the theme to demo it does the same thing. what is going on is the background is showing in the area where i am adding the description to a product. i have an image for the background and have it filling the full site so there is no white at the bottom of the page. now mind you this is also doing it in the demo theme and i have not messed with that one at all. Is there something i need to do? I really cant be having this image as the background of the text areas. it is even in the articles. please help for i am
You can change background by editing WYSIWYG style inside the correspondent template. For example open admin_product.html and change the following line:
editor_sd.css_file = '{css_file}'
to this one:
editor_sd.css_file = ''
Regards,
ViArt Team
Dewey
30 Oct 2014 3:47 AM
Thank you. That helped. I have done a little bit of basic coding some time ago. So now i am relearning a lot of this.