Title: Thumbnail CSS
Last modified: August 21, 2016

---

# Thumbnail CSS

 *  [wunderfluff](https://wordpress.org/support/users/wunderfluff/)
 * (@wunderfluff)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/thumbnail-css/)
 * Hi! How can I edit the border style of my thumbnails? Ideally, I’d like to make
   them circular, so I was attempting to use this code in my custom css:
 * ul.related_post li img {
    border-radius: 50px; }
 * To no avail. It seems like no matter which border properties I attempt (border
   color, padding etc. etc.) nothing is changed. Any ideas on how to go about this?
 * Example [here](http://www.what-the-fluff.com/2014/07/weekend-getaway/#more-314)!
 * [https://wordpress.org/plugins/related-posts-by-zemanta/](https://wordpress.org/plugins/related-posts-by-zemanta/)

Viewing 1 replies (of 1 total)

 *  [silvoslaf](https://wordpress.org/support/users/silvoslaf/)
 * (@silvoslaf)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/thumbnail-css/#post-5110452)
 * Hey, sorry for the late follow up, I’d love to help you out!
 * First of all, you need to add the _!important_ at the end of your lines, in order
   to overwrite your default CSS settings.
 * So try this instead:
 *     ```
       ul.related_post li img {
       border-radius: 50px; !important
       }
       ```
   
 * Also, which browser are you using?
 * If Chrome, try **-webkit-border-radius**, if Firefox, try **-moz-border-radius**—
   and turn on all of them, not just one, to make it work for you: _-webkit-border-
   radius:50px;-moz-border-radius:50px;border-radius:50px;_
 * And don’t forget to add that !important line!
 * Let me know if this works for you or if you are still experiencing any problems—
   would love to hear the results!
 * Take care & have a nice day!
 * Best,
    Silvo

Viewing 1 replies (of 1 total)

The topic ‘Thumbnail CSS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/related-posts-by-zemanta_7b9a7c.svg)
 * [Related Posts by Sovrn](https://wordpress.org/plugins/related-posts-by-zemanta/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/related-posts-by-zemanta/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/related-posts-by-zemanta/)
 * [Active Topics](https://wordpress.org/support/plugin/related-posts-by-zemanta/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/related-posts-by-zemanta/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/related-posts-by-zemanta/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [silvoslaf](https://wordpress.org/support/users/silvoslaf/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/thumbnail-css/#post-5110452)
 * Status: not resolved