Pixelpost Forum

Pixelpost Forum (http://www.pixelpost.org/forum/index.php)
-   Hacks and Modifications (http://www.pixelpost.org/forum/forumdisplay.php?f=16)
-   -   Change Colors In Horizon Template (http://www.pixelpost.org/forum/showthread.php?t=8963)

fotonerd 09-10-2008 06:19 PM

Change Colors In Horizon Template
 
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

Jonnyism 09-11-2008 10:14 AM

hi there, if you look for the following in your css file:

HTML Code:

body {
background-color : #dae1d3;

change dae1d3 to the code for the colour of your choice, make sure the # and ; remain either side of your code. That should change the green colour.

then look for:

HTML Code:

#header {
width : 100%;
height : 100px;
background-color : #000;
}

and

HTML Code:

#header .inside {
background : #000;
height : 100px;
}

and

HTML Code:

#comment-top {
background : #000;
padding : 20px 5px;
color : #fff;
}

and change the 000 in all of these to a colour of your choice, this will change the black colour. (the 000 can be changed to a 6-digit code)

For help in getting the codes you want to use, look for a hexidecimal colour generator or use something like photoshop's colour picker :)


All times are GMT. The time now is 12:17 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.