Wordpress Background Help

Discussion in 'HTML & Website Design' started by karsintech, Feb 12, 2011.

  1. #1
    I am using the ultimate blogging theme 3.0 and i want to add my own image to the background of the content and sidebar area. I also know very little CSS but i can try my best to achieve this goal if the only answer is CSS.

    My site; http://www.karsintech.net :D
     
    karsintech, Feb 12, 2011 IP
  2. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #2
    have in your css
    
    body{
    background: url('your image.jpg') no-repeat;
    }
    
    Code (markup):
     
    radiant_luv, Feb 12, 2011 IP
  3. truefunnystories

    truefunnystories Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    just right click images you hope to change, and then search it in style.css, and change the old image name into your uploaded images name, everything will be ok.
     
    truefunnystories, Feb 12, 2011 IP
  4. karsintech

    karsintech Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Um what? im trying to change my sidebar content area
     
    karsintech, Feb 13, 2011 IP
  5. karsintech

    karsintech Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I did that and put it in style.css on the bottom and it didnt work
     
    karsintech, Feb 13, 2011 IP
  6. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #6
    radiant_luv, Feb 13, 2011 IP
  7. karsintech

    karsintech Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    karsintech, Feb 13, 2011 IP
  8. kiramanic

    kiramanic Peon

    Messages:
    205
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #8
    If you can't figure out exactly where to put the code, try changing it to

    body{
    background: url('your image.jpg') !important;
    }
    Code (markup):
    It's not the best solution in the world but it should override any other background image already in place.
     
    kiramanic, Feb 13, 2011 IP
  9. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #9
    As "kiramanic" suggested you can do that as you are not sure to change in the other file.
     
    radiant_luv, Feb 13, 2011 IP
  10. karsintech

    karsintech Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Im soo confused
     
    karsintech, Feb 14, 2011 IP
  11. way2tech

    way2tech Member

    Messages:
    245
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #11
    hi,
    this is very simply..
    to edit the css in your site..

    more details PM me..
     
    way2tech, Feb 15, 2011 IP