Change font size site wide?

4 replies
  • WEB DESIGN
  • |
Hi,

I bought a theme from theme-junkie and the font size built in is too small.

Where do I go to adjust the font size so it automatically gets applied every time I create content, rather than having to change the font size within the post/page edit box every time add content?

Also, is there a way to change just the font, site wide, as well?

Thanks so much, I appreciate it.
#change #font #site #size #wide
  • Profile picture of the author JamesColin
    Banned
    That would be in a .css file delivered with your theme.. Look at how many .css files you have in this theme, if you're lucky there's only one so that it will be easy to find.
    The process to find it for me would be two steps:
    1. open chrome, open your blog, right click on the text you'd like to control the size, then select "inspect element". A window opens at the bottom and you have all kind of stuff, look on the right side and search for indication of font-size, take a note of the name just above..
    2. in your css file(s) look for that name (search function in your text editor) and if you see font-size then simply change it here. If you don't see font-size then it means it is even simpler, you should look for "body" in this css file and there should the font-size to modify.

    If those 2 steps fail to correct the font size of your posts, then it would require more research into where does the theme setup the font size, but usually it is that simple.
    {{ DiscussionBoard.errors[7003288].message }}
  • Profile picture of the author rosiebrown0
    Each theme is accompanied by a stylesheet, often called "style.css."The tags you need to alter in this document and make the appropriate changes, resulting in a change to the appearance of your theme.
    Signature
    {{ DiscussionBoard.errors[7005364].message }}
  • Profile picture of the author ChrisMoon
    just go into the style sheet and change the font size. Use the "edit" option in your theme which will open the style sheet.
    Signature

    GreyGable

    {{ DiscussionBoard.errors[7005429].message }}
  • Profile picture of the author jasonli
    Thanks guys for answering. I fixed it
    {{ DiscussionBoard.errors[7016874].message }}

Trending Topics