need help in css

Discussion in 'HTML & Website Design' started by forumrating, Oct 6, 2011.

  1. #1
    http://www.businessmeet.com/forum.php

    i want to change the top header color to white and modify the text color to related link colors

    the logo seems to be hanged right now and looking very shabby, looking for some css expert to help.
     
    forumrating, Oct 6, 2011 IP
  2. SheetalCreation

    SheetalCreation Peon

    Messages:
    42
    Likes Received:
    1
    Best Answers:
    3
    Trophy Points:
    0
    #2
    for changing header color, you can use background : #color;

    I can help you in other areas also. Let me know what exactly you want.

    Sheetal
     
    SheetalCreation, Oct 6, 2011 IP
  3. yho_o

    yho_o Well-Known Member

    Messages:
    354
    Likes Received:
    6
    Best Answers:
    1
    Trophy Points:
    140
    #3
    you can modify everything from your vb admin >> templates >> and you'll find everything u wanna modify

    Good Luck
     
    yho_o, Oct 8, 2011 IP
  4. truefunnystories

    truefunnystories Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    #header {background: #fff; color: #417394; }
     
    truefunnystories, Oct 8, 2011 IP
  5. edwardsjanet

    edwardsjanet Peon

    Messages:
    57
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    #header {background: #fff; color: #417394; } will cork out. Use firebug in FF to get the details of the id and the class of your css
     
    edwardsjanet, Oct 9, 2011 IP