• 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!

    https://www.ads-software.com/extend/plugins/testimonials-solution/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Multicore Technologies

    (@moinahemad)

    Hi Trimmode,

    Use below CSS to right align Name and the website :

    .testimonial strong, .testimonial a {
    float:right;
    }

    Thread Starter trimmode

    (@trimmode)

    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.

    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;}

    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.