How to change colors.

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.

Quote · 14 Oct 2010

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
Quote · 14 Oct 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.