Title: Changing Wood Background
Last modified: August 21, 2016

---

# Changing Wood Background

 *  Resolved [markofapproval](https://wordpress.org/support/users/markofapproval/)
 * (@markofapproval)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/changing-wood-background/)
 * This is quite a valuable plugin, thank you for creating it. May I ask how to 
   remove the wood background short of editing or creating a new css file?
 * [https://wordpress.org/plugins/pricingtable/](https://wordpress.org/plugins/pricingtable/)

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

 *  [wpkids](https://wordpress.org/support/users/wpkids/)
 * (@wpkids)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/changing-wood-background/#post-5157565)
 * An easy way to edit CSS file
 * at line: 143
    …/wp-content/plugins/pricingtable/css/style.css
 *     ```
       .pricingtable-area {
         background: url("wood_pattern.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
         box-sizing: border-box;
         height: auto;
         margin: 50px 0;
         text-align: center;
         width: 100%;
       }
       ```
   
 * you need to remove this line from avobe
 *     ```
       background: url("wood_pattern.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
       ```
   
 * please let me know for more help
 * Best Regards
 *  [Benko111](https://wordpress.org/support/users/benko111/)
 * (@benko111)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/changing-wood-background/#post-5157655)
 * I want to completely remove any background, just use the one from my site. I 
   tried to remove the line as you suggested, but nothing happend (I tried ‘background:
   none;’ as well- nothing).
 * Where is the line for the overall background to remove it, not only wood_pattern
   but any background?
 * Cheers

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

The topic ‘Changing Wood Background’ is closed to new replies.

 * ![](https://ps.w.org/pricingtable/assets/icon-128x128.png?rev=3126674)
 * [PickPlugins Pricing Table](https://wordpress.org/plugins/pricingtable/)
 * [Support Threads](https://wordpress.org/support/plugin/pricingtable/)
 * [Active Topics](https://wordpress.org/support/plugin/pricingtable/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pricingtable/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pricingtable/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Benko111](https://wordpress.org/support/users/benko111/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/changing-wood-background/#post-5157655)
 * Status: resolved