$4 to fix a small "issue" with a WP theme.

Discussion in 'Services' started by FanAddict, Feb 13, 2007.

  1. #1
    See: http://phpldtemplates.org/

    I want the background color of the main body to be grey (#E8E8E8), the site uses CSS so it shouldn't be to hard of a problem!

    If you want the job, message me here or add me to MSN: sales(@)elyme(.)com
     
    FanAddict, Feb 13, 2007 IP
  2. SedNaX

    SedNaX Active Member

    Messages:
    1,326
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    90
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    i have pm'ed you the answer :)
     
    SedNaX, Feb 13, 2007 IP
  3. FanAddict

    FanAddict Notable Member

    Messages:
    7,017
    Likes Received:
    376
    Best Answers:
    0
    Trophy Points:
    230
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Unfortunately, no ... that isn't what I need.

    For anyone else:
    The background colour has to stay the same, I just want the MAIN CONTENT background to be grey.... maybe it needs a new DIV?
     
    FanAddict, Feb 13, 2007 IP
  4. Certix

    Certix Banned

    Messages:
    127
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    I've pmed you a suggestion for the answer.
     
    Certix, Feb 13, 2007 IP
  5. FanAddict

    FanAddict Notable Member

    Messages:
    7,017
    Likes Received:
    376
    Best Answers:
    0
    Trophy Points:
    230
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    Thanks, I pm'd SedNaX the admin login info to try and work it out, I will let you know if he/she can't figure it out :)
     
    FanAddict, Feb 13, 2007 IP
  6. thebookish

    thebookish Peon

    Messages:
    592
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #6
    If you still can't solve the problem, I could solve it for you, no charges.
     
    thebookish, Feb 13, 2007 IP
  7. MeetHere

    MeetHere Prominent Member

    Messages:
    15,399
    Likes Received:
    994
    Best Answers:
    0
    Trophy Points:
    330
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #7
    Let me know if still you cant solve it :)
     
    MeetHere, Feb 13, 2007 IP
  8. FanAddict

    FanAddict Notable Member

    Messages:
    7,017
    Likes Received:
    376
    Best Answers:
    0
    Trophy Points:
    230
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #8
    They both went offline =\ as soon as I pm'd them... anywho, pm'ing you now.
     
    FanAddict, Feb 13, 2007 IP
  9. FanAddict

    FanAddict Notable Member

    Messages:
    7,017
    Likes Received:
    376
    Best Answers:
    0
    Trophy Points:
    230
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #9
    I would take you up on it, but your not online right now.. Thanks for the offer anyways. :)
     
    FanAddict, Feb 13, 2007 IP
  10. FanAddict

    FanAddict Notable Member

    Messages:
    7,017
    Likes Received:
    376
    Best Answers:
    0
    Trophy Points:
    230
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #10
    Anyone else?
     
    FanAddict, Feb 13, 2007 IP
  11. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #11
    have u tried changing this

    body {
    background-color: #0B4A97;
    }

    in /wp-content/themes/BlueIce/style.css
     
    just-4-teens, Feb 13, 2007 IP
  12. FanAddict

    FanAddict Notable Member

    Messages:
    7,017
    Likes Received:
    376
    Best Answers:
    0
    Trophy Points:
    230
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #12


    Of course, that's not what I want done:

    www.elyme.com/grey.jpg ;)
     
    FanAddict, Feb 13, 2007 IP
  13. jquindlen

    jquindlen Notable Member

    Messages:
    1,725
    Likes Received:
    112
    Best Answers:
    0
    Trophy Points:
    220
    Digital Goods:
    1
    As Seller:
    100% - 8
    As Buyer:
    100% - 0
    #13
    I'm online FanAddict. PM me the details, I'll fix it no charge as well.
     
    jquindlen, Feb 13, 2007 IP
  14. sunmoon

    sunmoon Peon

    Messages:
    466
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #14
    Wel, you have an image repeated over y which is light blue in color.

    div.post {
    width: 405px;
    font-size: 11px;
    color: #000000;
    margin-top: -15px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 20px;
    padding-bottom: 5px;
    background: url('images/index19.jpg') repeat-y;
    }

    Try:

    div.post {
    width: 405px;
    font-size: 11px;
    color: #000000;
    margin-top: -15px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 20px;
    padding-bottom: 5px;
    background-color: #E8E8E8;
    }

    Hope it worked.
     
    sunmoon, Feb 13, 2007 IP
  15. FanAddict

    FanAddict Notable Member

    Messages:
    7,017
    Likes Received:
    376
    Best Answers:
    0
    Trophy Points:
    230
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #15
    Thanks, I will PM you login information.



    Hmmm, I actually tried that earlier, that just changes the background of the "post" from the blue/white colour to pure grey.

    Check the screenshot I posted ^
     
    FanAddict, Feb 13, 2007 IP