Title: A few small changes
Last modified: August 12, 2018

---

# A few small changes

 *  Resolved [thefootdown](https://wordpress.org/support/users/thefootdown/)
 * (@thefootdown)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/a-few-small-changes/)
 * Hi,
 * A few things…
 * 1. Is it possible to have circular images?
    2. How can I remove the border around
   the square images? 3. Can I change the colour of the stars?
 * Thanks!
    Ty
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fa-few-small-changes%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  anonymized-13171256
 * (@anonymized-13171256)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/a-few-small-changes/#post-10583170)
 * With custom CSS:
 *     ```
       /* round image */
       .strong-view.default .testimonial-image img {
           border-radius: 50%;
       }
       ```
   
 *     ```
       /* no border on image */
       .strong-view.default .testimonial-image img {
           border: none;
           padding: 0;
       }
       ```
   
 *     ```
       /* star color */
       .strong-rating span.star:before {
           color: red;
       }
       ```
   
 * More examples:
    [https://strongplugins.com/document/strong-testimonials/custom-css/default-template/](https://strongplugins.com/document/strong-testimonials/custom-css/default-template/)
 *  Thread Starter [thefootdown](https://wordpress.org/support/users/thefootdown/)
 * (@thefootdown)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/a-few-small-changes/#post-10583762)
 * Thanks!
 * The round images work but they still have a border and the star colour won’t 
   change…
 *  anonymized-13171256
 * (@anonymized-13171256)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/a-few-small-changes/#post-10583771)
 * Try clearing your Autoptimize cache and minified CSS cache.

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

The topic ‘A few small changes’ is closed to new replies.

 * ![](https://ps.w.org/strong-testimonials/assets/icon-256x256.png?rev=3134855)
 * [Strong Testimonials](https://wordpress.org/plugins/strong-testimonials/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/strong-testimonials/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/strong-testimonials/)
 * [Active Topics](https://wordpress.org/support/plugin/strong-testimonials/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/strong-testimonials/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/strong-testimonials/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: anonymized-13171256
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/a-few-small-changes/#post-10583771)
 * Status: resolved