Title: Sharp corners
Last modified: August 22, 2016

---

# Sharp corners

 *  Resolved [doubleaa](https://wordpress.org/support/users/doubleaa/)
 * (@doubleaa)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/sharp-corners/)
 * Hi there,
 * Great plugin!
 * How would I go about making the images have sharp corners instead of being rounded?
 * Thank you
 * [https://wordpress.org/plugins/related-posts-by-zemanta/](https://wordpress.org/plugins/related-posts-by-zemanta/)

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

 *  [PetraP](https://wordpress.org/support/users/petrap/)
 * (@petrap)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/sharp-corners/#post-5350080)
 * Hey,
 * thanks for reaching out! Sure, I think we can make it happen, I just need a link
   to your blog so that I can take a closer look.
 * Looking forward to your reply,
    Petra
 *  Thread Starter [doubleaa](https://wordpress.org/support/users/doubleaa/)
 * (@doubleaa)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/sharp-corners/#post-5350081)
 * No problem!
 * foodkoreaguide.com
 * It’s located at the bottom of each post.
 * Cheers~
 *  [PetraP](https://wordpress.org/support/users/petrap/)
 * (@petrap)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/sharp-corners/#post-5350087)
 * Hey,
 * thanks for getting back to me! Please go to the plugin settings and in the “Customize”
   tab (Custom CSS) add the following code:
 *     ```
       ul.related_post li img
       {
       border-radius: 0px !important;
       }
       ```
   
 * I made [a screenshot ](http://awesomescreenshot.com/0173l7rf1c)for easier navigation.
 * Let me know how it goes,
    Petra
 *  Thread Starter [doubleaa](https://wordpress.org/support/users/doubleaa/)
 * (@doubleaa)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/sharp-corners/#post-5350104)
 * That worked great! Thanks Petra!
 * Just a few more tweaks if it’s okay~
 * I noticed that there’s a shadow around the images, how could I remove that?
 * Also, I’d like to make the two rows closer by a few more pixels, how could I 
   do this?
 * I really appreciate your help! Awesome!
 *  [PetraP](https://wordpress.org/support/users/petrap/)
 * (@petrap)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/sharp-corners/#post-5350112)
 * These will make the rows more closer:
 *     ```
       ul.related_post li
       {
       margin: 10px 10px 0px 0px !important;
       }
       ```
   
 * and these will make the shadow disappear:
 *     ```
       ul.related_post li img
       {
       box-shadow: none !important;
       border-radius: 0px !important;
       }
       ```
   
 * Happy blogging 🙂
 *  Thread Starter [doubleaa](https://wordpress.org/support/users/doubleaa/)
 * (@doubleaa)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/sharp-corners/#post-5350172)
 * Thanks again!
 *  [PetraP](https://wordpress.org/support/users/petrap/)
 * (@petrap)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/sharp-corners/#post-5350184)
 * You’re welcome!

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

The topic ‘Sharp corners’ 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/)

 * 7 replies
 * 2 participants
 * Last reply from: [PetraP](https://wordpress.org/support/users/petrap/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/sharp-corners/#post-5350184)
 * Status: resolved