Title: Header background image using simpleX theme
Last modified: August 19, 2016

---

# Header background image using simpleX theme

 *  Resolved [backslide](https://wordpress.org/support/users/backslide/)
 * (@backslide)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/header-background-image-using-simplex-theme/)
 * How can I add a background image to the header using the simpleX v 1.3 theme &
   WordPress 2.7?

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

 *  [Saurus](https://wordpress.org/support/users/saurus/)
 * (@saurus)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/header-background-image-using-simplex-theme/#post-940056)
 * **LINK!!!!**
 *  Thread Starter [backslide](https://wordpress.org/support/users/backslide/)
 * (@backslide)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/header-background-image-using-simplex-theme/#post-940057)
 * Link to what? My page which has nothing on it or a link to the simplex theme 
   which is easily found in the extend section?
 *  [Saurus](https://wordpress.org/support/users/saurus/)
 * (@saurus)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/header-background-image-using-simplex-theme/#post-940079)
 * Well – it’s assumed when someone asks a question here that they have a site up
   and running, which was why I posed the question looking for a link to your site.
   Just naming a theme really isn’t that helpful. Anyone willing to offer help would
   have to search for the theme, download and extract it, and examine the code –
   while a link to an existing site would be a simple process.
 *  Thread Starter [backslide](https://wordpress.org/support/users/backslide/)
 * (@backslide)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/header-background-image-using-simplex-theme/#post-940088)
 * [http://www.calviniscool.com/blog/](http://www.calviniscool.com/blog/)
 *  [Chandra M](https://wordpress.org/support/users/nhuja/)
 * (@nhuja)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/header-background-image-using-simplex-theme/#post-940155)
 * If you want to place a background on the header, there is a file called “default.
   css” inside “css” folder. You will find this line
 *     ```
       #header {
       	background: #282923;
       }
       ```
   
 * Replace that code with the background you want to put.. notice the path has ../
   because I am editing the file inside css folder.
 *     ```
       #header {
       	background: #282923 url(../images/social.jpg) no-repeat;
       }
       ```
   
 * Hope that helps!
 * EDIT: The css folder lies here in case you are wondering..
    wp-content\themes\
   simpleX\css
 *  [bobye](https://wordpress.org/support/users/bobye/)
 * (@bobye)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/header-background-image-using-simplex-theme/#post-940278)
 * [http://www.baskettyn.cz/](http://www.baskettyn.cz/)
 * Hi,
    how can I change the collors to something like this: [http://img218.imageshack.us/img218/861/webbktynfk7.jpg](http://img218.imageshack.us/img218/861/webbktynfk7.jpg)
 * I suppose in: **default.css **(or wordpress.css) this link:
 *     ```
       #header {
       	background: #433518;
       ```
   
 * change that number to another number will change the dark gray to red, but which
   number, please? And what link I must change to make that light blue in header
   to more dark blue?
    Thakns. ;o)
 *  [bloggeridea](https://wordpress.org/support/users/bloggeridea/)
 * (@bloggeridea)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/header-background-image-using-simplex-theme/#post-940298)
 * default.css
 * find his
 * #header {
    background: #FF0000; } Color will change to red….
 *  [bloggeridea](https://wordpress.org/support/users/bloggeridea/)
 * (@bloggeridea)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/header-background-image-using-simplex-theme/#post-940299)
 * Visit this site for code colors
 * [http://www.computerhope.com/htmcolor.htm](http://www.computerhope.com/htmcolor.htm)

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

The topic ‘Header background image using simpleX theme’ is closed to new replies.

## Tags

 * [background](https://wordpress.org/support/topic-tag/background/)
 * [header](https://wordpress.org/support/topic-tag/header/)
 * [image](https://wordpress.org/support/topic-tag/image/)

 * 8 replies
 * 5 participants
 * Last reply from: [bloggeridea](https://wordpress.org/support/users/bloggeridea/)
 * Last activity: [17 years, 2 months ago](https://wordpress.org/support/topic/header-background-image-using-simplex-theme/#post-940299)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
