I can't change the font color in my title header!

Discussion in 'HTML & Website Design' started by jeffr0x, Feb 2, 2009.

  1. #1
    hi guys! i just downloaded this new blogger template a week ago. The design is very professional and i really liked it but the problem is i can't change the colors of the fonts in the template. Maybe someone could help me with my simple problem. tnx! I'll wait for your reply...

    this is my site..maybe you can check the template out!

    http://musikmaniacs.blogspot.com
     
    jeffr0x, Feb 2, 2009 IP
  2. smartboydesigns

    smartboydesigns Guest

    Messages:
    70
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Your title should be wrapped with CSS id or class tags. Find those values in your CSS file, and change for your desired color.
     
    smartboydesigns, Feb 2, 2009 IP
  3. smartsites

    smartsites Peon

    Messages:
    79
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If you use firefox, download firebug. You can then find out any style you want easily.
     
    smartsites, Feb 2, 2009 IP
  4. jeffr0x

    jeffr0x Peon

    Messages:
    117
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    thanks for the tips..I'll try to follow them! :D:D:D
     
    jeffr0x, Feb 3, 2009 IP
  5. promotionalhelp

    promotionalhelp Peon

    Messages:
    411
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    To change the color of your headiing you need to declare the styles in your css file like this:

    h1 {color:CCCCCC;}

    To change the paragraph font color, you need to do something like this:

    p {color:CCCCCC;}

    To change link color:

    a {color:CCCCCC;}
     
    promotionalhelp, Feb 5, 2009 IP