Title: Gradient background color?
Last modified: August 20, 2016

---

# Gradient background color?

 *  Resolved [inode86](https://wordpress.org/support/users/inode86/)
 * (@inode86)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/gradient-background-color/)
 * I would like to change the color behind the widget to a light gradient gold.
 * How would I apply this to the CSS?
 * [http://wordpress.org/extend/plugins/testimonials-widget/](http://wordpress.org/extend/plugins/testimonials-widget/)

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

 *  Thread Starter [inode86](https://wordpress.org/support/users/inode86/)
 * (@inode86)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/gradient-background-color/#post-3292432)
 * Figured it out
 *     ```
       .testimonialswidget_testimonials3 {
       background-image: linear-gradient(to bottom right, #FFEF87 0%, #EFEFEF 100%);
       }
       ```
   
 *  Plugin Contributor [Michael Cannon](https://wordpress.org/support/users/comprock/)
 * (@comprock)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/gradient-background-color/#post-3292463)
 * Great work, I’ve added FAQ 50 to cover this in an upcoming release.
 *  [kyleie](https://wordpress.org/support/users/kyleie/)
 * (@kyleie)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/gradient-background-color/#post-3292539)
 * How would you center the gradient in that code?
 *  Plugin Contributor [Michael Cannon](https://wordpress.org/support/users/comprock/)
 * (@comprock)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/gradient-background-color/#post-3292540)
 * [@kyleie](https://wordpress.org/support/users/kyleie/), please open a new issue.
   This one is already resolved.

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

The topic ‘Gradient background color?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/testimonials-widget_c56561.svg)
 * [Testimonials Widget](https://wordpress.org/plugins/testimonials-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/testimonials-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/testimonials-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/testimonials-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/testimonials-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/testimonials-widget/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Michael Cannon](https://wordpress.org/support/users/comprock/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/gradient-background-color/#post-3292540)
 * Status: resolved