MyBB Community Forums

Full Version: change main background color of the site
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi, i was sure for change the main color of the site
to found it under: body, in global.css
but for my site has worked only in: footer lower, like in picture.

[Image: 0LFW9SL.jpg]

the code i have modify is this one:

body {
background: #daa520;
backgroundd: #fff;
color: #333;
text-align: center;
line-height: 1.4;
margin: 0;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 13px;
overflow-y: scroll;
}


where i have failed ???
thank to everyone.
Change this 
#content {
    background: #fff;
    width: auto !important;
    padding: 20px 10px;
    overflow: hidden;
}
(2021-01-09, 03:03 PM)Mastersly Wrote: [ -> ]Change this 
#content {
    background: #fff;
    width: auto !important;
    padding: 20px 10px;
    overflow: hidden;
}
hi, this is the content of default theme:

#content {
background: #fff;
width: auto !important;
padding: 20px 10px;
overflow: hidden;
}

it's the same like your answer.
so, how to do for change the background
of the entire site ???

i know other positions in global.css where i can
change background colors, like the header by #logo,
upper panel, lower panel, upper footer, lower footer, ecc ecc.

but i wanted changed by 1 color or 1 picture all the site,
and i remembered this was in body.

thank again.

after to have reduced the size of the browser page,
i was able to see the background hidden
behind the forum.

[Image: FQXUpAz.jpg]

so, why this mystery ???
my last change for body, inside global.css was this one:

body {
background-image: url(images/chalet.jpg) !important;
background-size: cover;
backgroundd: #fff;
color: #333;
text-align: center;
line-height: 1.4;
margin: 0;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 13px;
overflow-y: scroll;
}

thank to everyone can help me.

partially solved:
i have apply the code "opacity" to all parts
i have changed background colors.
this is what i have now:

[Image: GwlLY0H.jpg]
Great to see you managed to get this resolved, feel free to open another thread if you need further support. Best of luck in your theme editing journey!