Title: Widget Styling
Last modified: August 21, 2016

---

# Widget Styling

 *  [DebbyK](https://wordpress.org/support/users/debbyk/)
 * (@debbyk)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/widget-styling-3/)
 * I am pretty familiar with CSS but would like to know where to change the styling
   options. Is there a guide somewhere that lists out the classes that can be edited
   for the widget? I love the features of this plugin, but the default styling is
   sort of ugly. Specifically, I’d like to change the background color and padding
   of the widget.
 * See bottom of page for current style: [http://www.ttinvent.com](http://www.ttinvent.com).
 * Thank you.
 * [https://wordpress.org/plugins/gc-testimonials/](https://wordpress.org/plugins/gc-testimonials/)

Viewing 1 replies (of 1 total)

 *  anonymized-13171256
 * (@anonymized-13171256)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/widget-styling-3/#post-4806497)
 * The widget stylesheet is here:
    `/wp-content/plugins/gc-testimonials/assets/css/
   gctwidget.css`
 * To skip loading the stylesheet altogether so you can start from scratch, try 
   this in your theme’s `functions.php`:
 *     ```
       function my_dequeue_styles()
       {
         // wp_dequeue_style( 'gctstyles' );  // for shortcodes
         wp_dequeue_style( 'gctwidgetstyles' );  // for widget
       }
       add_action( 'wp_enqueue_scripts', 'my_dequeue_styles', 99 );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Widget Styling’ is closed to new replies.

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

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: anonymized-13171256
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/widget-styling-3/#post-4806497)
 * Status: not resolved