News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

How to change the background of the forum! (2.0.10)

Started by Regzo, June 05, 2015, 07:26:18 AM

Previous topic - Next topic

Regzo

How would I change the background to an image rather than like the background on this forum, which is the blue fading away..
I'm a complete noob to css php etc.. so could anyone if a file directory is required tell me where to go to change any files if needed please!

Kindred

well, the background of THIS site is an image...

1- get firefox+firebug
2- check the CSS that is being used for your theme
3- edit the CSS for your theme.

http://www.w3schools.com/cssref/css3_pr_background.asp
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Regzo

Ok so I got it to work.. hxxp:elsons.phy.sx/forums/index.php [nonactive]

and basically now this has happened. I checked the code and it says repeat x, which maybe is the axis? I'm wondering how to repeat it downwards, y axis how would i edit the code

{
   background: #E9EEF2 url(../images/theme/backdrop.png) repeat-x;
   font: 78%/130% "Verdana", "Arial", "Helvetica", sans-serif;
   margin: 0 auto;
   padding: 15px 0;
}

EDIT: The background with the stripes was an example

Shambles

Try just using "repeat;" instead of "repeat-x;" (test it using firebug), though with that background the stripes may not match up.

Advertisement: