I believe that concepts have to change once in a while and it was time that wikianswers had a change in colors and information brought to you. Nice move.
Changing BackgroundAt the present time, it is not possible to change the background of WikiAnswers; the WikiAnswers homepage is not customizable like the YouTube homepage. You can, however, change the background color of your profile.(See Related question.)
For an HTML docuement the default page background color is determined by the browser. The most background color is white. You can define a page background color in different ways. A preferred HTML5 method is to a CSS style to define the color. One way you can do that is like this: .
Themes are the only ways of changing the background color. It cannot be changed manually as such.
Go to your Bio page - then click EDIT - then it will bring you to a page and click the color you want.
You can design your profile page by going to your profile, clicking "Edit this Page", selecting your background color, and then saving.
You cannot change the color of your WikiAnswers toolbar.
To change the color, one simply adds a new color code between the and tags. Lists of color codes can be found online at sites like quackit.
Well, it's sorta impossible to tell. Green, probably cause the page is naturally green if you don't change it
To change the color of the background in Photoshop, you can use the "Paint Bucket Tool" to fill the background layer with a new color. Simply select the tool, choose a color from the color picker, and click on the background layer to change its color.
It's foursquare, but I guess they changed the ball color to green now.
To change the color of the background in Photoshop, select the "Paint Bucket" tool, choose a color from the color picker, and click on the background layer to fill it with the selected color.
Use the CSS declaration "background-color" For instance... <style type="text/css"> body { background-color: red; } </style> That code will change the background color to red. Background color will take the same values for a color as all other CSS color. A named color keyword, a hex RGB value, a decimal RGB value, and a decimal RGBA value.