MyBB Community Forums

Full Version: Background Image in the Defult theme.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

 Trying to use background image in the default 1.8 theme but its not working.

Here is my css edit

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


I don't know why its not working.
there are certain css selectors which overrides css added to body... try adding that image to #content.... and do a hard refresh (Ctrl+F5) after saving the changes...
Works well. Thanks for the help.