| Author |
Message |
Options Member
|
Posted: 25 Aug 2005 05:46:58
I haven´t seen this mentioned
To change the colour of the top menu bar
Go into "Templates" open "style.css"
change "background-color" to your choice.
#Header {
border: 1px solid #aaa;
margin-left: auto;
margin-right: auto;
width: 100%;
text-align: left;
padding:25px;
background-color:#??????;
font-family:Verdana;
color:#fff;
font-size: 19px;
}
|
skalinks Admin
|
Posted: 25 Aug 2005 06:41:52
Hi Options
For changing design of SkaLinks, please, use file style.cess and templates files in templates folder. This script is very customizble and easy for modification.
Thank you!
|
|