Title: Can&#8217;t style some elements
Last modified: November 16, 2017

---

# Can’t style some elements

 *  [jlgarnier](https://wordpress.org/support/users/jlgarnier/)
 * (@jlgarnier)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/cant-style-some-elements/)
 * Hi Dev!
 * I’m tinkering with the plugin but I’m unable to style some elements, and in particular
   to get rid of these rounded image below the quote.
 * I’ve tried to catch the proper selector with Chrome’s dev tools and put my own
   settings in the child theme’s style.css but to no avail.
 * Example here: #testimonial_rotator_634 div.testimonial_rotator_author_info.cf-
   tr p { font-family: “Racing Sans One”, Helvetica, sans-serif !important; font-
   size: 50px !important; } properly changes the font but instead of enlarging the
   text, it just changes the line height!
 * For the image: #testimonial_rotator_634 .testimonial_rotator_img { width: 300px;
   height: 200px; margin: 0 auto; display: block; overflow: hidden; } just displays
   a larger image but in an ellipse.
 * Can you please help me fixing this?
 * Thanks in advance for any help!

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

 *  [Jon Hardison](https://wordpress.org/support/users/jonhardison/)
 * (@jonhardison)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/cant-style-some-elements/#post-9783418)
 * To kill the rounded image you can just disable it in the rotator options. There’s
   a check box to hide the image. If you’re rather keep it and just change the roundness
   of the image you can do that in the parent div @
 * `.testimonial_rotator.template-longform .testimonial_rotator_img {-webkit-border-
   radius: 8px; -moz-border-radius: 8px; border-raadius: 8px}`
 * The font size thing is weird. I didn’t look at it too closely but I see what 
   you’re talking about.
 *  Thread Starter [jlgarnier](https://wordpress.org/support/users/jlgarnier/)
 * (@jlgarnier)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/cant-style-some-elements/#post-9798777)
 * Thanks for the answer Jon! I’ve indeed disabled the image and added it to the
   testimonial itself. Right before the name of the author would be a better place
   but there’s no way to insert any media there… 🙁
 * By the way, I’d now like to change the size of the image and not the radius: 
   any clue on this?
 * What if I also want to change the author font? Where should I tweak the CSS?
 * Thanks in advance for any help!
 *  [Jon Hardison](https://wordpress.org/support/users/jonhardison/)
 * (@jonhardison)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/cant-style-some-elements/#post-9800043)
 * Hi [@jlgarnier](https://wordpress.org/support/users/jlgarnier/)
 * You can change the testimonial text itself at:
    `.testimonial_rotator.template-
   longform .testimonial_rotator_quote` You can set the font size, family, etc.
 * The class you need to change the font, size, etc. for the author name is:
    `.
   testimonial_rotator.template-longform .testimonial_rotator_author_info`
 * The title is here:
    `.testimonial_rotator.template-longform .testimonial_rotator_slide_title`
 * On the image, if you’ve placed the image into the review itself you’ll just want
   to add ‘img’ to quote class…
    `.testimonial_rotator.template-longform .testimonial_rotator_quote
   img` Then you’ll be able to change the image any way you like: `width: 140px;
   height: auto; -border-radius: 12.5%, opacity: .8, box-shadow: 0px 3px 18px rgba(
   0,0,0,.4);`
 * Hope this helps. 🙂
 *  Thread Starter [jlgarnier](https://wordpress.org/support/users/jlgarnier/)
 * (@jlgarnier)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/cant-style-some-elements/#post-9802192)
 * Yes, it really helps! Thanks a lot Jon!
 * By the way, I tried to change the size of the font in “
 * > .testimonial_rotator.template-longform .testimonial_rotator_author_info
 * ” but to avail: only line height seems to change when setting different font-
   size values… Strange! Is this tag overwritten anywhere?
 * “.testimonial_rotator.template-longform .testimonial_rotator_quote img” seems
   also to be overwritten or skipped, as no change in the CSS goes through to the
   site…
 * Any clue on this?
 * Thanks again for your help!

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

The topic ‘Can’t style some elements’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/testimonial-rotator_b07a88.svg)
 * [Testimonial Rotator](https://wordpress.org/plugins/testimonial-rotator/)
 * [Support Threads](https://wordpress.org/support/plugin/testimonial-rotator/)
 * [Active Topics](https://wordpress.org/support/plugin/testimonial-rotator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/testimonial-rotator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/testimonial-rotator/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [jlgarnier](https://wordpress.org/support/users/jlgarnier/)
 * Last activity: [8 years, 5 months ago](https://wordpress.org/support/topic/cant-style-some-elements/#post-9802192)
 * Status: not resolved