Title: Customization ?
Last modified: August 22, 2016

---

# Customization ?

 *  Resolved [J M](https://wordpress.org/support/users/manaal/)
 * (@manaal)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/customization-34/)
 * Hello
 * I am thankful to you for such an awesome theme. I have few questions and I hope
   that you will help me with those.
 * 1. I want to change the background color and I cannot find the option in stylesheet.
   Where should I change the bgcolor.
 * 2. Need to change the text of take a tour and create my account & change the 
   bg color of those rectangle boxes. need help over this please?
 * 3. Need to change color of the round icons on homepage the one with thumbs up
   etc. Kindly let me know how to?
 * 4. Need to Customize/change/edit this line : Proudly Powered By WordPress | Theme
   Unconditional By WP Strap Code .
 * I will be extremely thankful if you help me with these.
 * Looking Forward
    MJ

Viewing 1 replies (of 1 total)

 *  [Travis Pflanz](https://wordpress.org/support/users/tpflanz/)
 * (@tpflanz)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/customization-34/#post-5621065)
 * Hi,
 * I will address some of these questions for you. It sounds like you’re pretty 
   new to this stuff, so I will also give you some resources.
 * Recommendation #1 – Learn some basics CSS – Check out Treehouse, they have a 
   free trial – [http://teamtreehouse.com/](http://teamtreehouse.com/)
 * Recommendation #2 – Create a child theme – [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 * Recommendation #3 – Use the Google Chrome browser and get familiar with DevTools
   to view a pages CSS, etc. – [https://developer.chrome.com/devtools](https://developer.chrome.com/devtools)
 * 1 – If you are referring to the main blog/page background, you will want to target#
   section3 in your child theme’s style.css (example below changes to black)
 * #section3 {
    background-color: #000000; }
 * 2 – There is nothing in the demo (that I can find) that refers to “Take a Tour”
   or “Create my Account”
 * 3 – You can target the background color of the circles by targeting the following
   in your child theme style.css
 * .box > .icon > .image {
    background-color: #000000; }
 * 4 – Copy the footer.php file to your child theme folder, and change that file
   to display whatever you want.

Viewing 1 replies (of 1 total)

The topic ‘Customization ?’ is closed to new replies.

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

## Tags

 * [bgcolor](https://wordpress.org/support/topic-tag/bgcolor/)

 * 1 reply
 * 2 participants
 * Last reply from: [Travis Pflanz](https://wordpress.org/support/users/tpflanz/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/customization-34/#post-5621065)
 * Status: resolved