• Hi all,

    I have the Ari Theme, and I really like it, but I am having trouble changing the size of my font. For some reason, it’s tiny! I’m not an expert with HTML, but I can figure a lot out, and I’ve tried changing everything, but it seems that my website is not responding? Every time I got into the Editor and change something, there is no change (and yes, I save changes, and reload the page). Where within the CSS text can I change the font for my posts? And is there any reason my editing is not working? I have the most recent version….

    http://wordpress.org/extend/themes/ari/

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you want to change the font size in your posts adjust the font-size on line 347 of your CSS shown below:

    #content .post p, #content .page p
    {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    line-height: 23px;
    font-size: 14px;
    }
    Thread Starter Julianabritto

    (@julianabritto)

    Great, thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Ari] Change my Font Size’ is closed to new replies.