What Can I Do To Increase My Wordpress Font Size

Discussion in 'WordPress' started by bigmodo, Aug 6, 2009.

  1. #1
    I use wordpress.org version of blogging. What can i do to increase my font size? I want them to be arial 13.
     
    bigmodo, Aug 6, 2009 IP
  2. flagged

    flagged Active Member

    Messages:
    113
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #2
    It depends on your themes, usually you can edit it in style.css
     
    flagged, Aug 6, 2009 IP
  3. bigmodo

    bigmodo Well-Known Member

    Messages:
    520
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #3
    I tried it and the font size still remains as it is.
     
    bigmodo, Aug 6, 2009 IP
  4. bigmodo

    bigmodo Well-Known Member

    Messages:
    520
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #4
    Someone should please help me out with this.
     
    Last edited: Aug 6, 2009
    bigmodo, Aug 6, 2009 IP
  5. dynashox

    dynashox Premium Member Staff

    Messages:
    8,662
    Likes Received:
    563
    Best Answers:
    3
    Trophy Points:
    335
    #5
    What theme do you use? Some themes have more than 1 CSS files. Make sure you edit the right one.

    - Dynashox -
     
    dynashox, Aug 7, 2009 IP
  6. arcguy

    arcguy Well-Known Member

    Messages:
    1,056
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    153
    #6
    also refresh your browser and clear cookies...Then your css editing will be applied (in some case)
     
    arcguy, Aug 7, 2009 IP
  7. mdvasanth86

    mdvasanth86 Notable Member

    Messages:
    3,869
    Likes Received:
    285
    Best Answers:
    0
    Trophy Points:
    230
    #7
    If nothing works, do it manually for each post as a template.
     
    mdvasanth86, Aug 7, 2009 IP
  8. bigmodo

    bigmodo Well-Known Member

    Messages:
    520
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #8
    I use the name of the theme called hanging.
     
    bigmodo, Aug 7, 2009 IP
  9. dynashox

    dynashox Premium Member Staff

    Messages:
    8,662
    Likes Received:
    563
    Best Answers:
    3
    Trophy Points:
    335
    #9
    Ok. I have look at the theme and it only have 1 css file. Which part of the blog you want the font to be Arial 13?

    You can open the style.css yourself and find the word that says font-family and font-size and just edit the value to whatever you want.

    - Dynashox -
     
    dynashox, Aug 8, 2009 IP
  10. bigmodo

    bigmodo Well-Known Member

    Messages:
    520
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #10
    I want the content of the blog posts to be Arial 13.


    Hi,
    Am sorry but i tried this and it did not work out. I edited the font size and font family i saw at the body of the style.css. Please any other way out. Thanks.
     
    Last edited: Aug 8, 2009
    bigmodo, Aug 8, 2009 IP
  11. susan8051

    susan8051 Peon

    Messages:
    1,358
    Likes Received:
    49
    Best Answers:
    0
    Trophy Points:
    0
    #11
    give the url of your blog and i can help you out..
     
    susan8051, Aug 8, 2009 IP
  12. dynashox

    dynashox Premium Member Staff

    Messages:
    8,662
    Likes Received:
    563
    Best Answers:
    3
    Trophy Points:
    335
    #12
    I just look at the css file and it's not the body part that you should edit, but it's at .entry. Here is the final code for it :

    .entry{
    line-height:20px;
    font-size:13px;
    font-family: Arial;
    padding:5px 20px 0 4px;
    }

    Hope that helps.

    - Dynashox -
     
    dynashox, Aug 9, 2009 IP
  13. falguni1

    falguni1 Peon

    Messages:
    3,016
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    0
    #13
    paste your style.css here as code.
     
    falguni1, Aug 14, 2009 IP