Title: Posts Page CSS
Last modified: August 21, 2016

---

# Posts Page CSS

 *  Resolved [jgprentice](https://wordpress.org/support/users/jgprentice/)
 * (@jgprentice)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/posts-page-css/)
 * I updated my CSS, page.php and single.php to the font I want and the entire site
   works great, just the way I want it to, EXCEPT for the posts page. The single
   post page has fonts the way I want it; in other words, if I go to my blog page
   and click on one of my blog posts, that blog post page works great, but the previous
   blog page where I have five or so of my recent posts is completely unaffected
   by my CSS changes or my page/single.php changes.
 * How can I get this one “Family Blog” page to cooperate?
 * I am using theme Anjirai (a child of Twenty Fourteen). My Web site is temporarily
   housed at [http://119.81.1.67/~herbsofg/](http://119.81.1.67/~herbsofg/).

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/posts-page-css/#post-4537430)
 * Did you also make a copy of index.php? When I look at your non-blog pages, I 
   see this at the very top:
 *     ```
       <link href='http://fonts.googleapis.com/css?family=Nunito' rel='stylesheet' type='text/css'>
       ```
   
 * This is the statement, of course, which imports the Google font that you’re using.
   However, when I do a _view source_ of your blog page, I don’t see it, which makes
   me think that you haven’t customized index.php, yet.
 * However, you shouldn’t be adding the above line individually to single.php, post.
   php, page.php, or index.php. Instead, it should be added just once to [header.php](http://codex.wordpress.org/Theme_Development#Document_Head_.28header.php.29)
   so it appears in the head section of each page.
 *  Thread Starter [jgprentice](https://wordpress.org/support/users/jgprentice/)
 * (@jgprentice)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/posts-page-css/#post-4537441)
 * Ah…header.php. I thought it was only for the header portion of each page, meaning
   the header image, not the <head></head> stuff. DUH.
 * Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Posts Page CSS’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [jgprentice](https://wordpress.org/support/users/jgprentice/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/posts-page-css/#post-4537441)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
