PDA

View Full Version : Help!!!


rcreamer824
Feb-11-2008, 03:57 PM
For about one week I have been trying to change my site, but here are two problems: The main page shows a green background, but the box appears to be grey. The other pages are solid green, which I wanted.

I have decided that I want every page, THE ENTIRE PAGE, to be black with a khaki line and khaki text. Could someone please post code that I could just cut and paste to make this happen?

I like the ALL black look, just with khaki text and line color. I will start to further adjust from there.

Thank you,
Bob

rcreamer824
Feb-11-2008, 04:40 PM
www.candidimaging.com

denisegoldberg
Feb-11-2008, 06:51 PM
For about one week I have been trying to change my site, but here are two problems: The main page shows a green background, but the box appears to be grey. The other pages are solid green, which I wanted.

I have decided that I want every page, THE ENTIRE PAGE, to be black with a khaki line and khaki text. Could someone please post code that I could just cut and paste to make this happen?

I like the ALL black look, just with khaki text and line color. I will start to further adjust from there.

Thank you,
Bob
If you want the entire page to be a single color, the first thing that you should probably do is to remove the theme. There is no reason to work to override a theme that has a center panel when what you want is to have just a solid black background.

Then make changes to your CSS as needed to define the background color as black - which is #000. (You could start after removing the theme by setting the background color on your customizatin screen to dark - but you do have some other customization already, not sure what will get overridden and what won't.)

You can use the color text that you already have defined in your CSS, or you can look at color charts to find a color that is closer to the one that you want. There are many pages out there that will help you identify the hex codes for colors. The one that I like the best is http://www.december.com/html/spec/color.html. If that chart doesn't work for you and you want to find a different one, just do a search on google (or your favorite search engine) for hex color codes.

--- Denise