Create A Forum - Support Forums

Support => Style Support => Topic started by: Silver734 on August 26, 2013, 07:10:18 pm

Title: entire forum background color or image
Post by: Silver734 on August 26, 2013, 07:10:18 pm
How can I do this? I just need the line in the stylesheet.
Title: Re: entire forum background color or image
Post by: aIURbliS on August 30, 2013, 04:00:22 am
Code: [Select]
body {
    background-color: hex code here; //background color
    background-image: url('url here'); //background image
}
Title: Re: entire forum background color or image
Post by: Silver734 on August 30, 2013, 05:48:22 pm
thanks!
Title: Re: entire forum background color or image
Post by: Sara50840 on August 30, 2013, 08:43:01 pm
Confused.  Didn't work for me.  I think I used the code wrong.
Title: Re: entire forum background color or image
Post by: aIURbliS on August 30, 2013, 10:25:03 pm
Confused.  Didn't work for me.  I think I used the code wrong.
Maybe you should post the code
EDIT: I wrote the code for background color wrong
Title: Re: entire forum background color or image
Post by: Sara50840 on August 31, 2013, 07:32:08 pm
Do I have to fill in both?
Title: Re: entire forum background color or image
Post by: Silver734 on September 01, 2013, 02:53:42 am
Figured it outsupportJust slightly edit the new year's theme
change the url of the first thing that says background
Title: Re: entire forum background color or image
Post by: THE REAPER on September 06, 2013, 08:59:35 am
Why this doesn't work for me? This is my code:-
Code: [Select]
body {
    background-color: hex code here; //background color
    background-image: url('http://i.imgur.com/xjlgTsN.jpg'); //background image
}
Title: Re: entire forum background color or image
Post by: aIURbliS on September 07, 2013, 04:35:02 am
Firstly, did you replace the existing code for background image in the body {} or did you simply added this one in? If you just added it in, it probably won't work because it'll conflict with existing code.
Secondly, if you're not going to use the background-color, then remove that line.
Title: Re: entire forum background color or image
Post by: Sara50840 on September 07, 2013, 04:13:39 pm
Do I post my code in headers, footers, meta tags, or somewhere else?  The following code is currently in my footers:
Code: [Select]
body {
    background-image: url('http://www.cgadvertising.com/media/Maps/3/abstract-design.jpg'); //background image
}
It didn't work.  It just added the code to my footers.  See here:
http://theforumofawesomeness.createaforum.com (http://theforumofawesomeness.createaforum.com)
Title: Re: entire forum background color or image
Post by: aIURbliS on September 07, 2013, 05:36:29 pm
It needs to be added into your style, I suggest you read the sticky topics in this board.