Logged Out
Create an Account
Login:
Password:

Forgot your password?
Background color change

Background color change
[Back to Index]
Thread Tags
Primary: [Advanced Layout]
Secondary: None

I found a cool marble jpeg that I wanted to set as the main background when viewing the forum, admin pages etc. Like the wood background on these pages. Is there an easy way to do it. I'm using the Cimmeria Blue drop in template, but the "tan" background is a little too bright.
You'll want to head to Admin > Layout > CSS Editor, find the ".content" rule, and adding


background:url(http://path/to/your/image);


But it could look a bit wonky, you might be better off just trying to change the color by editing the rule labeled ".content-inner"


--
It's all in the reflexes.
Ok, thank you for the reply. I am a chef, so not computer savy
What is the easiest way to change the background color. The Wood color that you are using is awesome.

You'd want to head to Admin > Layout > CSS Editor, find the .content-inner rule, and add the background-color attribute to it.

Something like this:

.content-inner{
.
.
.
background-color: #somecolorcode

}


However, make sure #somecolorcode is actually a color code, which you can get from this website: http://html-color-codes.info/


--
It's all in the reflexes.


[Back to Index]