Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

I theme 2 background

Asked Modified Viewed 3,594 times
S
Skulz
S
Skulz 10
  • Member, joined since
  • Contributed 76 posts on the community forums.
  • Started 20 threads in the forums
  • Started this discussions
asked
Member

Hey
Is there any way to change the background image of the theme with another one?
0 replies

5 posts

D
Dzony88
D
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 8 threads in the forums
answered
Junior Member

Glue in what I put in place your in style.css

Put appropriate Footpath to the graphics in
background-image: url(images/yesohmygod.png);
0 replies
S
Skulz
S
Skulz 10
  • Member, joined since
  • Contributed 76 posts on the community forums.
  • Started 20 threads in the forums
  • Started this discussions
answered
Member

I don't understand. Should I copy paste that or change all background color in the syle.css to #000000?
Because there are many of them

Edit: ok i did something and this is the result:
http://www.tapugames.it/news.php
I wanted that the actual white area became black, and the text to be white. Instead it look different with that code.

The background image instead works perfectly thz a lot for that
Edited by Skulz on 13-11-2012 20:08,
0 replies
D
Dzony88
D
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 8 threads in the forums
answered
Junior Member

body {

         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size : 11px;    
         margin-top : 20px;    
         margin-bottom : 20px; 
   
         background-color: #000000;
         background-image: url(images/yesohmygod.png);
         background-position: center;
         background-attachment: fixed;
         background-repeat: no-repeat


See it perhaps will be appropriate
0 replies
S
Skulz
S
Skulz 10
  • Member, joined since
  • Contributed 76 posts on the community forums.
  • Started 20 threads in the forums
  • Started this discussions
answered
Member

Thz for the help. I have another question and thought to use again this post.
Basically i want to change the colour of the theme. The itheme is white with words in black. I would like to make it grey with words in white. It's possible?
0 replies
R
rlm850
R
rlm850 10
  • Junior Member, joined since
  • Contributed 13 posts on the community forums.
  • Started 7 threads in the forums
answered
Junior Member

On your FTP, browse to this directory

themes/itheme2

Open the file styles.css

Find this line of code (otherwise line 22):


background: #0d1424 url(images/body-bg.jpg) no-repeat center top;


You want to upload the new background image you would like into:
themes/itheme2/images

So for instance, lets say your new background image is titled "yesohmygod.png", your new code would be:


background: #0d1424 url(images/yesohmygod.png) no-repeat center top;


You can also change the repeat and adjustment settings to your liking, you will probably have to depending on the background you are choosing anyway.

Hope that helped.
0 replies

Category Forum

Themes Support

Labels

None yet

Statistics

  • Views 0 views
  • Posts 5 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

R
R
rlm850 10
  • Junior Member, joined since
  • Contributed 13 posts on the community forums.
  • Started 7 threads in the forums
D
D
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 8 threads in the forums
S
S
Skulz 10
  • Member, joined since
  • Contributed 76 posts on the community forums.
  • Started 20 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet