Title: CSS tweaks
Last modified: August 20, 2016

---

# CSS tweaks

 *  Resolved [Trinaa3](https://wordpress.org/support/users/orenlebbo/)
 * (@orenlebbo)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/css-tweaks/)
 * Hi,
 * I want to add an icon next to each testimonial and separate each testimonial 
   with a line (As in the image in the link attached).
 * Can anyone maybe help me get it done?
 * Thanks 🙂
 * [IMAGE](http://tinypic.com/r/a1r7s8/6)

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

 *  Plugin Contributor [Michael Cannon](https://wordpress.org/support/users/comprock/)
 * (@comprock)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/css-tweaks/#post-3458475)
 * Have a URL with the testimonials rotating for me to look at and provide some 
   helper CSS?
 *  [sazanetti](https://wordpress.org/support/users/sazanetti/)
 * (@sazanetti)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/css-tweaks/#post-3458487)
 * how can i disable widget stylesheet, i already have 874 other stylesheets and
   js files on my site 😉
 * Pz
 *  Plugin Contributor [Michael Cannon](https://wordpress.org/support/users/comprock/)
 * (@comprock)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/css-tweaks/#post-3458490)
 * [@sazanetti](https://wordpress.org/support/users/sazanetti/), you’ve got too 
   many plugins running…
 * In your theme’s `functions.php` file, add the following.
 *     ```
       add_action( 'init', 'my_init' );
   
       function my_init() {
           wp_dequeue_style( 'testimonials-widget' );
       }
       ```
   
 *  Plugin Contributor [Michael Cannon](https://wordpress.org/support/users/comprock/)
 * (@comprock)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/css-tweaks/#post-3458494)
 * Oren, [solution basis](http://wordpress.org/support/topic/add-an-extra-div-to-the-testimonials-ouput?replies=4#post-3898729).
 *  [sazanetti](https://wordpress.org/support/users/sazanetti/)
 * (@sazanetti)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/css-tweaks/#post-3458495)
 * thanks, resolved

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

The topic ‘CSS tweaks’ 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/)

 * 5 replies
 * 3 participants
 * Last reply from: [sazanetti](https://wordpress.org/support/users/sazanetti/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/css-tweaks/#post-3458495)
 * Status: resolved