Hello everyone!
I will show you how to change the background color/image of the widgets. It's very simple, and it will work for every forum version.
1. Go to the Admin Panel
2. Click on the Display Tab
3. Edit the CSS Stylesheet
Then, add this to your CSS if you want to change the background COLOR (You can replace the #00000 to the color you want)
CODE: SELECT ALL CONTENT
To change the background IMAGE add this to your CSS
CODE: SELECT ALL CONTENT
Difficulty: Easy
Forum Version: Compatible for all forum versions
Result:
Author: Base
fmfocus.forumotion.net
I will show you how to change the background color/image of the widgets. It's very simple, and it will work for every forum version.
1. Go to the Admin Panel
2. Click on the Display Tab
3. Edit the CSS Stylesheet
Then, add this to your CSS if you want to change the background COLOR (You can replace the #00000 to the color you want)
CODE: SELECT ALL CONTENT
- Code:
.module { background-color: #000000;}
To change the background IMAGE add this to your CSS
CODE: SELECT ALL CONTENT
- Code:
.module { background-image: url("url-here");}
Difficulty: Easy
Forum Version: Compatible for all forum versions
Result:
Author: Base
fmfocus.forumotion.net