|
#1
|
|||
|
|||
|
I am looking for help on how to change the background colors in the horizon template
Currently the top part of the page is black and the bottom footer section is gray/green... I have very minimal web design skills mostly copy paste, trial error... I have looked through the horizon.css file but i cant seem to locate whicih lines are talking about the page background colors any help would be great... my page is here www.siamesejustice.com thanks |
|
#2
|
|||
|
|||
|
hi there, if you look for the following in your css file:
HTML Code:
body {
background-color : #dae1d3;
then look for: HTML Code:
#header {
width : 100%;
height : 100px;
background-color : #000;
}
HTML Code:
#header .inside {
background : #000;
height : 100px;
}
HTML Code:
#comment-top {
background : #000;
padding : 20px 5px;
color : #fff;
}
For help in getting the codes you want to use, look for a hexidecimal colour generator or use something like photoshop's colour picker
|
| Post Reply |
| Thread Tools | |
|
|