Title: CHanging CSS Headings
Last modified: August 19, 2016

---

# CHanging CSS Headings

 *  [heartofwisdom](https://wordpress.org/support/users/heartofwisdom/)
 * (@heartofwisdom)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/changing-css-headings/)
 * I’m trying out a new theme. he headings are too large. Is there a tutorial here
   on changing css? Can someone tell me what I need to change?
 * [http://heartofwisdom.com/heartathome](http://heartofwisdom.com/heartathome)
 * Thank you

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

 *  [Charles E. Frees-Melvin](https://wordpress.org/support/users/thee17/)
 * (@thee17)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/changing-css-headings/#post-675891)
 * widgettitle
 *  Thread Starter [heartofwisdom](https://wordpress.org/support/users/heartofwisdom/)
 * (@heartofwisdom)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/changing-css-headings/#post-675892)
 * widgettitle does not appear in the style page.
 * Sorry I don’t wurk with CSS. Can you give me step by step?
 *  Thread Starter [heartofwisdom](https://wordpress.org/support/users/heartofwisdom/)
 * (@heartofwisdom)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/changing-css-headings/#post-675894)
 * I found the heading in style sheet. What do I change to make h2 smaller?
 * h1, h2, h3 {
    font-family: ‘Trebuchet MS’, ‘Lucida Grande’, Verdana, Arial, Sans-
   Serif; font-weight: bold; line-height: 1.1em; }
 * h1 {
    font-size: 3em; }
 * h2 {
    font-size: 1.9em; padding-bottom: 5px; margin: 0px; }
 * h2.pagetitle {
    font-size: 1.9em; margin-top: 0px; padding: 0px; text-align: 
   center; }
 * h3 {
    font-size: 1.5em; padding: 0; margin: 30px 0 0; }
 * h1, h1 a, h1 a:hover, h1 a:visited {
    text-decoration: none; color: #7d3062; }
 * h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
    color: #63244f; }
 * h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar
   h2, #wp-calendar caption, cite {
    text-decoration: none;
 *  [jokkesvin](https://wordpress.org/support/users/jokkesvin/)
 * (@jokkesvin)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/changing-css-headings/#post-675895)
 * 1) Locate the style.css in the theme you downloaded
 * 2) In that file, search for something that might refer to the heading of the 
   post (“postheadline” or something like that).
 * 3) change “font-size” to a smaller number 🙂
 *  [jokkesvin](https://wordpress.org/support/users/jokkesvin/)
 * (@jokkesvin)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/changing-css-headings/#post-675945)
 * Hmm, try changing the font-size of the following:
 *     ```
       h3 {
       font-size: 1.5em;
       padding: 0;
       margin: 30px 0 0;
       }
       ```
   

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

The topic ‘CHanging CSS Headings’ is closed to new replies.

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 5 replies
 * 3 participants
 * Last reply from: [jokkesvin](https://wordpress.org/support/users/jokkesvin/)
 * Last activity: [18 years, 5 months ago](https://wordpress.org/support/topic/changing-css-headings/#post-675945)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
