Topic: Template modification tutorial v 1.8
Can someone with experience make a tutorial that explains how to make template modifications ?
For example, how do we put a google search box in sidebar , or a text ?
I found out that for modifing job text colour we need to modify in _templates/screen.css
#content a {
background-color:transparent;
color:#F6358A;
padding:2px;
#F6358A is the code for new color.
For modifying content text size open screen.css and look for
div#container {
width:950px;
text-align:left;
font-size:1.2em; (modify until 1.4 em because bigger text would get out of tables)
Last edited by dre (2009-10-27 21:15:49)