Quantcast
Channel: MyBB Community Forums - Tutorials
Viewing all articles
Browse latest Browse all 690

How to change background on Forums ?

$
0
0
How can you change background on your forums ?
Code:
body {
    background: url("http://www.hdwallpapers.in/walls/star_wars_battlefront_twilight_company-wide.jpg") no-repeat fixed center top #F2F2F2;
    color: #333;
    text-align: center;
    line-height: 1.4;
    margin: 0;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 13px;
    overflow-y: scroll;
}
This is what my Global looks like atm ?
What should I do :/

Viewing all articles
Browse latest Browse all 690

Trending Articles