How do I change the color of the default background color ?
See this link http://3d-story.com Either side of the header banner (Comunity Logo) is a light grey color. Where do I find the code to change that color ?
J.
How do I change the color of the default background color ? See this link http://3d-story.com Either side of the header banner (Comunity Logo) is a light grey color. Where do I find the code to change that color ? J. |
templates/base/css/common.css:
body { font-family:Verdana,Arial; font-size:11px; color:#333333; background-color:#ffffff; margin:0px; padding:0 0 50px 0; }
templates/base/css/general.css:
div.sys_main_logo { position: relative; z-index: 56;
background-color: #f4f4f4; }
I recommend you copy these two files over to templates/tmpl_uni/css/ and replace the existing files there to save yourself from possible future headaches. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |