Title: Background / colours
Last modified: August 22, 2016

---

# Background / colours

 *  Resolved [geekyzoogirl](https://wordpress.org/support/users/geekyzoogirl/)
 * (@geekyzoogirl)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/background-colours/)
 * Hi, I love the theme, just have a few customisation questions.
 *  – Is there a way to change the border images at the top and bottom of the page?
 *  – Similarly how would I change the border images at the bottom of posts/the 
   top of widgets?
 *  – And is there a way to change the colours of the ‘return to top’ button?

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

 *  [Kye](https://wordpress.org/support/users/gmax21/)
 * (@gmax21)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/background-colours/#post-5228380)
 * Hey there,
 * Not sure if there is a theme option but you can do this with CSS:
 *     ```
       #header {
       background: url(IMAGE-PATH-AND-NAME) repeat-x left top;
       word-wrap: break-word;
       }
       ```
   
 * And the footer:
 *     ```
       #footer:before {
       background-image: url(IMAGE-PATH-AND-NAME), url(IMAGE-PATH-AND-NAME);
       background-repeat: repeat-x, repeat;
       background-position: bottom left, top left;
       content: "";
       display: block;
       height: 140px;
       }
       ```
   
 * They are both the originals, you just need to change the path/image and add this
   to your sites CSS.
 * You might need to adjust the other items there which is why I left them just 
   in case. 🙂
 * There is a chance that the theme has a CSS field in the options, if not then 
   you can make a child theme:
 * [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
   
   [http://premium.wpmudev.org/blog/create-wordpress-child-theme/](http://premium.wpmudev.org/blog/create-wordpress-child-theme/)
 * Or you can instead use a plugin if you like:
 * [http://wordpress.org/plugins/custom-css-manager-plugin/screenshots/](http://wordpress.org/plugins/custom-css-manager-plugin/screenshots/)
 * [http://wordpress.org/plugins/my-custom-css/screenshots/](http://wordpress.org/plugins/my-custom-css/screenshots/)
 * [http://wordpress.org/plugins/pc-custom-css/](http://wordpress.org/plugins/pc-custom-css/)
 * [http://wordpress.org/plugins/imporved-simpler-css/screenshots/](http://wordpress.org/plugins/imporved-simpler-css/screenshots/)
 * Hope this helps.
 *  Theme Author [Mizue Imai (Mignon Style)](https://wordpress.org/support/users/mignonstyle/)
 * (@mignonstyle)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/background-colours/#post-5228676)
 * Then change the resolved because there is no answer.
    Thank you.

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

The topic ‘Background / colours’ is closed to new replies.

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

 * 2 replies
 * 3 participants
 * Last reply from: [Mizue Imai (Mignon Style)](https://wordpress.org/support/users/mignonstyle/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/background-colours/#post-5228676)
 * Status: resolved