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.

How to change text color and fonts please help me

Discussion in 'CSS' started by yrynel, Mar 7, 2012.

  1. #1
    I recently downloaded a free theme is nice but the name seems like writing is shown in the fog so you can help me please theme is done in wordpress my blog is :
     

    Attached Files:

    Last edited: Mar 7, 2012
    yrynel, Mar 7, 2012 IP
  2. Nate55

    Nate55 Peon

    Messages:
    51
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You should use w3 schools css tutorials, they will show you straight away how to change colours and fonts - http: //www. w3schools. com/ css/ css_text.asp
     
    Nate55, Mar 7, 2012 IP
  3. yrynel

    yrynel Guest

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I'm sorry but that is not familiar with html do not know anything that I asked for help only the forum Thanks
     
    yrynel, Mar 7, 2012 IP
  4. cronik

    cronik Well-Known Member

    Messages:
    863
    Likes Received:
    93
    Best Answers:
    1
    Trophy Points:
    180
    #4
    You need to edit the CSS, it's really simple if you know basic html/css.
     
    cronik, Mar 8, 2012 IP
  5. mandeepbamral

    mandeepbamral Banned

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #5
    You want change the text color and fonts .I'm write some css code try it .You should use w3schools this is best way for learn css and html,xhtml ect .
    body
    {
    text-align:center;
    color:red;
    }
    text-font:left;
    color:red;
    [h=2][/h]
     
    mandeepbamral, Mar 9, 2012 IP
  6. sunnykatsa

    sunnykatsa Member

    Messages:
    26
    Likes Received:
    2
    Best Answers:
    1
    Trophy Points:
    43
    #6
    Usually, the majority of the font shown into the website is declared globally on a body.

    Try to search the css for "body" from there you check if there are:

    font-family:
    color:

    or font:
    color:

    If yes, change the value and save. But if none, it maybe declared into another class or id. If these problems still persist. Consult W3school, very best for beginners.
     
    sunnykatsa, Mar 9, 2012 IP