MyBB Community Forums

Full Version: How do i...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I change the background of the square theme to a picture?

-Sami
uh I don't understand. If someone could tell me how it would be great.
He means post your question in that thread because the theme designer is more likely to read and respond to it.
@Sami you can change the background image changing the style of background in global.css
body {
    background: #EFEFEF url("image url") repeat scroll 0% 0%;
    color: #363636;
    text-align: center;
    line-height: 1.4;
    margin: 0px;
    font-family: "Exo 2",sans-serif;
    font-size: 13px;
    overflow-y: scroll;
}