1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

wordpress css help

Discussion in 'CSS' started by MeetHere, Apr 22, 2009.

  1. #1
    MeetHere, Apr 22, 2009 IP
  2. qazu

    qazu Well-Known Member

    Messages:
    1,834
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    165
    #2
    Well, what's wrong with white?
     
    qazu, Apr 23, 2009 IP
  3. shazin

    shazin Guest

    Messages:
    93
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Find the css file for your template (it's usually in the theme's folder somewhere - yoursitename.com/wp-content/themes/yourtheme/), open it and search for string '#sidebar' . There should be a row like 'background-color: #018294' or 'background: #...' . The value after the '#'symbol is the color. Change it to whatever color you want to try and save the file.
     
    shazin, Apr 23, 2009 IP
  4. MeetHere

    MeetHere Prominent Member

    Messages:
    15,399
    Likes Received:
    994
    Best Answers:
    0
    Trophy Points:
    330
    #4
    no, there is no such tag already there..
     
    MeetHere, Apr 23, 2009 IP
  5. sipltech

    sipltech Well-Known Member

    Messages:
    713
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    130
    #5
    it's simple, just add these codes to your CSS file: ( you need to create a div called sidebar)

    #sidebar {
    background: #fff; (use your own color code)

    }

    remember one rule please, backup first and replace. ;)
     
    sipltech, Apr 23, 2009 IP
  6. MeetHere

    MeetHere Prominent Member

    Messages:
    15,399
    Likes Received:
    994
    Best Answers:
    0
    Trophy Points:
    330
    #6
    why you used h3 ?

    I want a background color for whole sidebar column - something like shoemoney.com or johnchow.com
     
    MeetHere, Apr 23, 2009 IP
  7. sipltech

    sipltech Well-Known Member

    Messages:
    713
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    130
    #7
    Post edited, i added h3 by mistake :D try this now and it should work, if not PM me the download link of theme, I will fix this ;)

    Thanks!
     
    sipltech, Apr 23, 2009 IP
    MeetHere likes this.