Anybody know how to change the whole site design color, I guess background color.
Anybody know how to change the whole site design color, I guess background color.
You can change the site color by editing templates/css/style.css
Findout the following from style.css and modify the color.
#wrapper {
background-color:#FFFFFF; (Replace this with your color)
margin:0 auto;
min-width:960px;
padding:0;
text-align:left;
width:60em;
}
Wow man thanks for the info
Bookmarks