Title: Category heading font
Last modified: August 22, 2016

---

# Category heading font

 *  Resolved [Explorz](https://wordpress.org/support/users/explorz/)
 * (@explorz)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/category-heading-font/)
 * I have a page that calls out and lists my most recent posts. I created it simply
   by creating a menu item that references a specific Category.
 * The resulting page has the title of the Category at the top. I would like to 
   get the CSS code for changing the style of the font for that heading.
 * Here’s the page: [http://beyondthenoisepodcast.com/category/podcast/](http://beyondthenoisepodcast.com/category/podcast/)
 * The heading is: Podcast Episodes
 * Thanks

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

 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/category-heading-font/#post-5685571)
 * If your theme has a built-in custom CSS option, use it; otherwise, get a [custom CSS plugin](http://wordpress.org/plugins/search.php?q=custom+css)
   and put:
 *     ```
       .archive-title {
       	font-family: "Helvetica";
       	font-size: 24px;
       }
       ```
   
 * That should work if you want to use a “standard” font. If you’d like to use a
   special font, it’s a bit more complicated. Let me know if that’s the case.
 *  Thread Starter [Explorz](https://wordpress.org/support/users/explorz/)
 * (@explorz)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/category-heading-font/#post-5685576)
 * Yes, that was it. Thank you!

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

The topic ‘Category heading font’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/church/0.7.7/screenshot.png)
 * Church
 * [Support Threads](https://wordpress.org/support/theme/church/)
 * [Active Topics](https://wordpress.org/support/theme/church/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/church/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/church/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Explorz](https://wordpress.org/support/users/explorz/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/category-heading-font/#post-5685576)
 * Status: resolved