Title: Help in HTML or CSS modifications
Last modified: August 19, 2016

---

# Help in HTML or CSS modifications

 *  [theconv7](https://wordpress.org/support/users/theconv7/)
 * (@theconv7)
 * [15 years, 12 months ago](https://wordpress.org/support/topic/help-in-html-or-css-modifications/)
 * I have installed the ‘simpleX’ theme and want to change the background color 
   of the title.
 * Unfortunately I’m unable to see the place where to do this. I looked under Settings
   and Appearance – Editor. But: I’m lost.
 * Although having changed the theme I always get an ‘array-merge’ script which 
   I can’t correct or delete.
 * In case you need to see the site:
 * [http://www.golfswinggurureview1.com](http://www.golfswinggurureview1.com)
 * Thanks for your help.

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

 *  Moderator [keesiemeijer](https://wordpress.org/support/users/keesiemeijer/)
 * (@keesiemeijer)
 * [15 years, 12 months ago](https://wordpress.org/support/topic/help-in-html-or-css-modifications/#post-1538130)
 * You can change the properties of the post title in your theme’s stylesheet: style.
   css
 * Just look for
 *     ```
       h2 {
       	font-size: 2.2em;
       	clear:both;
       	}
       ```
   
 * and change it to
 *     ```
       h2 {
       	font-size: 2.2em;
       	clear:both;
               background-color: #f00;
       	}
       ```
   
 * If you only want the post h2’s to have your new background color change it to:
 *     ```
       .post h2 {
       	font-size: 2.2em;
       	clear:both;
               background-color: #f00;
       	}
       ```
   
 * The “#f00” is a hex value. you can use a [colorgenarator](http://www.colorschemer.com/online.html)
   to find the color you want
    `
 *  Moderator [keesiemeijer](https://wordpress.org/support/users/keesiemeijer/)
 * (@keesiemeijer)
 * [15 years, 12 months ago](https://wordpress.org/support/topic/help-in-html-or-css-modifications/#post-1538132)
 * If it’s the header title you want to change. look in your theme folder for /css/
   default.css. In that stylesheet look for:
 *     ```
       #header {
       	background: #282923;
       	}
       ```
   
 * and change the `#282923` to your liking
 *  Thread Starter [theconv7](https://wordpress.org/support/users/theconv7/)
 * (@theconv7)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/help-in-html-or-css-modifications/#post-1538343)
 * Thanks for your answer and great hint, I tried it, but didn’t get the result 
   I wanted.
    I have to work on it 🙂 with patience….

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

The topic ‘Help in HTML or CSS modifications’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [html](https://wordpress.org/support/topic-tag/html/)
 * [modifications](https://wordpress.org/support/topic-tag/modifications/)

 * 3 replies
 * 2 participants
 * Last reply from: [theconv7](https://wordpress.org/support/users/theconv7/)
 * Last activity: [15 years, 11 months ago](https://wordpress.org/support/topic/help-in-html-or-css-modifications/#post-1538343)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
