Title: [Plugin: Testimonials Solution] Request for CSS Class to Modify Testimonial Text
Last modified: August 20, 2016

---

# [Plugin: Testimonials Solution] Request for CSS Class to Modify Testimonial Text

 *  [trimmode](https://wordpress.org/support/users/trimmode/)
 * (@trimmode)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-testimonials-solution-request-for-css-class-to-modify-testimonial-text/)
 * Huskerinfotech ~
 * Love your Testimonial plugin. I have done a lot of CSS styling to it to match
   my site.
 * I am writing to ask if there is a way to style the testimonial itself separately.
   To my eye, the quote of the testimonial looks best to be justified left. But 
   the Name and Website looks best right justified. I can’t seem to find a way to
   do this. Is there a way currently?
 * If not, I would love to request you add a separate class to the name/website 
   info so I can style it differently.
 * Thanks!
 * [http://wordpress.org/extend/plugins/testimonials-solution/](http://wordpress.org/extend/plugins/testimonials-solution/)

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

 *  Plugin Author [Multicore Technologies](https://wordpress.org/support/users/moinahemad/)
 * (@moinahemad)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-testimonials-solution-request-for-css-class-to-modify-testimonial-text/#post-2580740)
 * Hi Trimmode,
 * Use below CSS to right align Name and the website :
 * .testimonial strong, .testimonial a {
    float:right; }
 *  Thread Starter [trimmode](https://wordpress.org/support/users/trimmode/)
 * (@trimmode)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-testimonials-solution-request-for-css-class-to-modify-testimonial-text/#post-2580765)
 * moinahemad ~
 * I tried it and it didn’t seem to do anything. Thanks for the suggestion though!
   Worth a try.
 * I still wish this plugin had its own classes for everything so I could really
   style it as I choose.
 *  [ShmellyCat](https://wordpress.org/support/users/shmellycat/)
 * (@shmellycat)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-testimonials-solution-request-for-css-class-to-modify-testimonial-text/#post-2580815)
 * Thanks Husker Infotech.
 * Trimmode, I pasted the code in the Testimonial plugin settings, in the Custom
   CSS box, didn’t work either, but when I removed .testimonial, it worked great
   🙂
 * i.e.:
    strong, a{float:right;}
 *  [ShmellyCat](https://wordpress.org/support/users/shmellycat/)
 * (@shmellycat)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-testimonials-solution-request-for-css-class-to-modify-testimonial-text/#post-2580816)
 * I spoke too soon.
    Apparently, when I did that, I screwed up some other widgets.
 * .testimonial strong, .testimonial a {
    float:right; }
 * this takes effect on the page where all the testimonials appear.
 * If you want it to float on the right on the widget,
    then this code worked for
   me:
 * .testimonials_solution_widget strong, .testimonials_solution_widget a {
    float:
   right; }

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

The topic ‘[Plugin: Testimonials Solution] Request for CSS Class to Modify Testimonial
Text’ is closed to new replies.

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

 * 4 replies
 * 3 participants
 * Last reply from: [ShmellyCat](https://wordpress.org/support/users/shmellycat/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-testimonials-solution-request-for-css-class-to-modify-testimonial-text/#post-2580816)
 * Status: not resolved