Title: Confused
Last modified: August 21, 2016

---

# Confused

 *  [Dot](https://wordpress.org/support/users/dianetingleyhotmailcom/)
 * (@dianetingleyhotmailcom)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/confused-20/)
 * Hello,
 * I wish to adapt the 2014 theme; am trying to do so from the edit CSS page, but
   nothing is happening, and what I put in changes when I press save?

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/confused-20/page/2/?output_format=md) 
[→](https://wordpress.org/support/topic/confused-20/page/2/?output_format=md)

 *  [Casey Driscoll](https://wordpress.org/support/users/caseypatrickdriscoll/)
 * (@caseypatrickdriscoll)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/confused-20/#post-4901537)
 * Hi Dot,
 * As far as I know, the Twentyfourteen theme doesn’t have an edit css page built
   in it. Can you post the link or better describe what page you are on?
 * There are some really great and simple plugins, like [http://wordpress.org/plugins/simple-custom-css/](http://wordpress.org/plugins/simple-custom-css/)
   that will help you add custom css.
 * If you have a public link, I may be able to offer css customization help as well.
 * Cheers!
 *  Thread Starter [Dot](https://wordpress.org/support/users/dianetingleyhotmailcom/)
 * (@dianetingleyhotmailcom)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/confused-20/#post-4901581)
 * Hello,
 * Thanks for this. I’m looking for the code to make the background of my header
   and side bar areas white.
 * See: [http://www.greeneventsorganiser.com/](http://www.greeneventsorganiser.com/)
 *  [Karlos Sarunic](https://wordpress.org/support/users/websark/)
 * (@websark)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/confused-20/#post-4901582)
 * If you are making a few changes I would first make a child theme or you will 
   loose everything next theme update, but I think the two edits you are looking
   for are
 *     ```
       .site-header,.site:before{
       	background-color: #fff;
       }
       ```
   
 * If you are putting this is the current css file then make sure to drop it at 
   the end or it will re-write it.
    you will want to change the text colour as well.
 *  Thread Starter [Dot](https://wordpress.org/support/users/dianetingleyhotmailcom/)
 * (@dianetingleyhotmailcom)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/confused-20/#post-4901583)
 * Great, that worked (and I have made a child theme)thanks Karlos!
 *  [Karlos Sarunic](https://wordpress.org/support/users/websark/)
 * (@websark)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/confused-20/#post-4901584)
 * Any time, Happy I could help.
 *  Thread Starter [Dot](https://wordpress.org/support/users/dianetingleyhotmailcom/)
 * (@dianetingleyhotmailcom)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/confused-20/#post-4901586)
 * Em,
 * only problem now is the selector for the text!
 *  Thread Starter [Dot](https://wordpress.org/support/users/dianetingleyhotmailcom/)
 * (@dianetingleyhotmailcom)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/confused-20/#post-4901587)
 * Actually, after some hunting in the parent theme, I found it – cheers again for
   your support Karlos 🙂
 *  [Karlos Sarunic](https://wordpress.org/support/users/websark/)
 * (@websark)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/confused-20/#post-4901588)
 * Its always rewarding to hunt down and solve something like that!
 *  Thread Starter [Dot](https://wordpress.org/support/users/dianetingleyhotmailcom/)
 * (@dianetingleyhotmailcom)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/confused-20/#post-4901589)
 * mmm…
 * Only if you have time, now how would I begin to superimpose that header onto 
   an image of grass please?!
 *  [Karlos Sarunic](https://wordpress.org/support/users/websark/)
 * (@websark)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/confused-20/#post-4901608)
 * You can set the background of the header area to be your image buy finding .header-
   main and adding this background stuff to it, dont delete anything in there though.
 *     ```
       .header-main{
       background: url(http://www.greeneventsorganiser.com/wp-content/uploads/2014/05/cropped-grass-and-skymultiplied2.jpg);
       background-repeat: no-repeat;
       background-size: 100% auto;
       }
       ```
   
 * If its to small you can give it a height: 100px; should be enough.
 *  Thread Starter [Dot](https://wordpress.org/support/users/dianetingleyhotmailcom/)
 * (@dianetingleyhotmailcom)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/confused-20/#post-4901623)
 * Hello,
 * Thanks again Karlos!
    I’m just a bit confused why the picture has doubled up;
   the strip which the writing of the title appears on is the top one inch of is.
   Is that because of my image size, or something in the code you gave me, please?
 *  [Karlos Sarunic](https://wordpress.org/support/users/websark/)
 * (@websark)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/confused-20/#post-4901628)
 * Yeh you will have to remove it from where ever you added it, the code I gave 
   will include it for you.
 *  Thread Starter [Dot](https://wordpress.org/support/users/dianetingleyhotmailcom/)
 * (@dianetingleyhotmailcom)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/confused-20/#post-4901629)
 * Cheers for that; it does include it, but how do I get the whole picture as is;
   without it doubling up like it has please? Is it because the picture is the wrong
   size, or I need to do something with the code?
 *  [Karlos Sarunic](https://wordpress.org/support/users/websark/)
 * (@websark)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/confused-20/#post-4901633)
 * You would have added a header image or header logo to get that image there. If
   you remove that you should be ok.
 *  Thread Starter [Dot](https://wordpress.org/support/users/dianetingleyhotmailcom/)
 * (@dianetingleyhotmailcom)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/confused-20/#post-4901634)
 * Hello,
 * am having fun here; have sorted it thanks to your code : cheers again

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/confused-20/page/2/?output_format=md) 
[→](https://wordpress.org/support/topic/confused-20/page/2/?output_format=md)

The topic ‘Confused’ is closed to new replies.

 * 18 replies
 * 3 participants
 * Last reply from: [Dot](https://wordpress.org/support/users/dianetingleyhotmailcom/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/confused-20/page/2/#post-4901646)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
