Pow-Mia Wrote:is there a way to lighten the background, and change the green to a softer green? and the text size larger? Is this possible to do in the admin cp, for functionality of this, or is it limited for versatality and control over its options concerning the theme style and color and layout?
just curious?
admin cp -> themes
The headers have a graphic in background, so you can change thead.gif in images folder.
Background of site you can find in "Container" (still in admin cp -> theme)
If you dont know css: most of elements can have bacground color definition (e.g. #00FF00 is green) and graphic -> look for url(images/some_image.gif)
typical definition is background: #000000 url(image_file_url);
So you can make backgrounds for all elements
If you want to change font color you must find "Color" definition
There You can find all setting[/quote]
If you have no idea what you doing, always make copy
