Title: simple-catch, backround question
Last modified: August 20, 2016

---

# simple-catch, backround question

 *  [kimbrlyj](https://wordpress.org/support/users/kimbrlyj/)
 * (@kimbrlyj)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/simple-catch-backround-question/)
 * Hi, I am trying to change my background color of the simple-catch theme. Right
   now the top is plain white, which i would like to change. The place where I post
   I have managed to change to a off-white which is what I wanted… how do i fix 
   this?
 * I would also like my slider to be smaller to fit the pictures i have showing…?
 * [http://www.asthepalmtreeturns.com](http://www.asthepalmtreeturns.com)
 * [http://wordpress.org/extend/themes/simple-catch/](http://wordpress.org/extend/themes/simple-catch/)

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 9 months ago](https://wordpress.org/support/topic/simple-catch-backround-question/#post-2992863)
 * > Right now the top is plain white, which i would like to change.
 * The top white section is using a background image;
    [http://asthepalmtreeturns.com/wp-content/uploads/2012/08/grass3.jpg](http://asthepalmtreeturns.com/wp-content/uploads/2012/08/grass3.jpg).
 * Are you using a Child Theme or Custom Style/CSS plugin?
 *  [potentweb](https://wordpress.org/support/users/potentweb/)
 * (@potentweb)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/simple-catch-backround-question/#post-2992888)
 * Hi Kim,
 * In your CSS, change this:
 *     ```
       #header .top-bg {
       background-position: center bottom;
       height: 16px;
       border-bottom: 4px solid #CCC;
       }
       ```
   
 * to
 *     ```
       #header .top-bg {
       background-position: center bottom;
       height: 16px;
       border-bottom: 4px solid #CCC;
       display: none;
       }
       ```
   
 * That will only change the top without messing with the same image on the footer.
   I see your in Newport area, I’m in Irvine, so was surprised when I saw the picture
   of Triange Square. Anyways, your either going to have to create a child theme
   so future updates to your theme, NOT WordPress will override your changes, or
   if your not worried, you can just modify the regular CSS.
 * Brian
 *  Thread Starter [kimbrlyj](https://wordpress.org/support/users/kimbrlyj/)
 * (@kimbrlyj)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/simple-catch-backround-question/#post-2992893)
 * Hi thanks!
 * that helped. Sorry I have two more questions… How do you change the font color
   below the slider page, right now its grey. I also would like to change the right
   side bar trending widget and custom tag widget to not display grey I would like
   them be just white.
 * Final question: How do you put boarders around the side bar widgets?
 * THANK YOU SO MUCH!!
 * haha yes I am in newport, I like to blog about inside jokes only locals would
   know….. hope you like it!
 *  [potentweb](https://wordpress.org/support/users/potentweb/)
 * (@potentweb)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/simple-catch-backround-question/#post-2992894)
 * Change:
 *     ```
       .featured-text {
       padding: 16px 10px 0;
       }
       ```
   
 * to
 *     ```
       .featured-text {
       padding: 16px 10px 0;
       color: "Your Color";
       }
       ```
   
 *  [potentweb](https://wordpress.org/support/users/potentweb/)
 * (@potentweb)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/simple-catch-backround-question/#post-2992895)
 * Also, for the sidebar, change:
 *     ```
       #sidebar .custom-tagcloud a {
       padding: 1px 7px;
       color: black;
       background-color: #DDD;
       display: inline-block;
       margin-bottom: 4px;
       font-size: 12px;
       -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
       border-radius: 3px;
       }
       ```
   
 * to:
 *     ```
       #sidebar .custom-tagcloud a {
       padding: 1px 7px;
       color: black;
       background-color: white;
       display: inline-block;
       margin-bottom: 4px;
       font-size: 12px;
       -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
       border-radius: 3px;
       }
       ```
   
 *  [zolane](https://wordpress.org/support/users/zolane/)
 * (@zolane)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/simple-catch-backround-question/#post-2992992)
 * where do you place these codes? I also have the simple catch theme
 *  [Rabin(Catch Themes)](https://wordpress.org/support/users/rabin-shrestha/)
 * (@rabin-shrestha)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/simple-catch-backround-question/#post-2992993)
 * Hi Zolane,
    You can either make your own child theme and change the styles there
   or you can go to Appearance-> Theme options->Custom css and paste the css code
   over there.Either way the the changes will not be erased when you update the 
   theme
 * Regards,
    Rabin(Catch Themes)
 *  [WebsiteNewbie](https://wordpress.org/support/users/websitenewbie/)
 * (@websitenewbie)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/simple-catch-backround-question/#post-2993052)
 * Hi,
    I am trying to figure out how to change the header image (I think that’s
   what it’s called). I can change the background for the bottom part, but how do
   we change the header? (Not the slider images) Also, how do I change the font 
   color of the website name (the writing beside the logo?) Thanks.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 9 months ago](https://wordpress.org/support/topic/simple-catch-backround-question/#post-2993053)
 * WebsiteNewbie,
 * Can you create your own thread depicting the problem? You’re more likely to receive
   help this way.

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

The topic ‘simple-catch, backround question’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/simple-catch/4.0/screenshot.png)
 * Simple Catch
 * [Support Threads](https://wordpress.org/support/theme/simple-catch/)
 * [Active Topics](https://wordpress.org/support/theme/simple-catch/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/simple-catch/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/simple-catch/reviews/)

 * 9 replies
 * 6 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/simple-catch-backround-question/#post-2993053)
 * Status: not resolved