Title: Theme: Growler / CSS Problems in style.css
Last modified: August 31, 2016

---

# Theme: Growler / CSS Problems in style.css

 *  Resolved [raindropz](https://wordpress.org/support/users/raindropz/)
 * (@raindropz)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/theme-growler-css-problems-in-stylecss/)
 * Hey everyone – i face some trouble when i try to change the Background of the
   Footer Widget Area to an Image.
 * Pageurl: [http://www.baracca.ch/wordpress/](http://www.baracca.ch/wordpress/)
 * I use this Code in my style.css:
 * #widget-area {background-image:url([http://www.baracca.ch/wordpress/wp-content/uploads/2016/02/holzig.jpg](http://www.baracca.ch/wordpress/wp-content/uploads/2016/02/holzig.jpg));}
   #
   widget-area .social-ico a i {color:#191612;}
 * Does any1 know why this isnt working?
 * Thanks for your help:)

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

 *  [Bernhard](https://wordpress.org/support/users/bhdzllr/)
 * (@bhdzllr)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/theme-growler-css-problems-in-stylecss/#post-7083718)
 * Hello raindropzs,
 * Maybe it has something to do with CSS priority and you have to overwrite rules.
   Are you using custom CSS?
    Try this:
 *     ```
       div#widget-area {
           background-image:url(http://www.baracca.ch/wordpress/wp-content/uploads/2016/02/holzig.jpg);
       }
       ```
   
 *  Thread Starter [raindropz](https://wordpress.org/support/users/raindropz/)
 * (@raindropz)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/theme-growler-css-problems-in-stylecss/#post-7083722)
 * Can i just put this in the custom css field? without deleting anything from the
   style.css file?
 * Thx for your reply!
 *  [Bernhard](https://wordpress.org/support/users/bhdzllr/)
 * (@bhdzllr)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/theme-growler-css-problems-in-stylecss/#post-7083738)
 * Yes. With “overwrite” I mean the “div#widget-area” overrules the other one.
 *  Thread Starter [raindropz](https://wordpress.org/support/users/raindropz/)
 * (@raindropz)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/theme-growler-css-problems-in-stylecss/#post-7083744)
 * Hm, it still looks the same. Nothing changed!
 *  Thread Starter [raindropz](https://wordpress.org/support/users/raindropz/)
 * (@raindropz)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/theme-growler-css-problems-in-stylecss/#post-7083746)
 * There is a function includes where i can set the Background color.. and the defined
   color is the background at the moment, do you think this setting blocks my image?
 *  Thread Starter [raindropz](https://wordpress.org/support/users/raindropz/)
 * (@raindropz)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/theme-growler-css-problems-in-stylecss/#post-7083748)
 * !!!!!! Suddenly it worked, you are my hero!

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

The topic ‘Theme: Growler / CSS Problems in style.css’ is closed to new replies.

 * 6 replies
 * 2 participants
 * Last reply from: [raindropz](https://wordpress.org/support/users/raindropz/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/theme-growler-css-problems-in-stylecss/#post-7083748)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
