We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

How to change profile color? | Forum

jeo
jeo Dec 8 '11
Is they a css code or something to let members change the color of their backgrounds & background images?
Keelan Leader
Keelan Dec 8 '11
If they add a css to a custom HTML widget.
jeo
jeo Dec 8 '11
can you give me the css for that please? thanks
Keelan Leader
Keelan Dec 8 '11
body, html {
background: #333 url('urltoimage.png');
}

This is basic CSS that you can and should learn if you want to be a developer.
http://www.w3schools.com/css/css_background.asp

For future this goes:
http://www.oxwall.org/forum/117
The Forum post is edited by Keelan Dec 8 '11
jeo
jeo Dec 8 '11
ok thanks very much one more fing is background: #333 the color and url a back ground image? will i need both to make it work
Keelan Leader
Keelan Dec 8 '11
No, either one.
Michael I.
Michael I. Dec 9 '11
Topic was moved from General Questions.