Title: Posts Carousel
Last modified: March 31, 2018

---

# Posts Carousel

 *  Resolved [camasurich](https://wordpress.org/support/users/camasurich/)
 * (@camasurich)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/posts-carousel-2/)
 * Hi – is there CSS or other method to make the upper corners of images square 
   rather than rounded?
 * Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fposts-carousel-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [livemesh](https://wordpress.org/support/users/livemesh/)
 * (@livemesh)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/posts-carousel-2/#post-10181088)
 * You just need this Custom CSS to be entered in plugin options – > Custom CSS 
   tab or in the child theme style.css –
 *     ```
       .lae-posts-carousel .lae-posts-carousel-item .hentry {
           border-top-left-radius: 0;
           border-top-right-radius: 0;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Posts Carousel’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/livemesh-siteorigin-widgets_f5f5f5.
   svg)
 * [Livemesh SiteOrigin Widgets](https://wordpress.org/plugins/livemesh-siteorigin-widgets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/livemesh-siteorigin-widgets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/livemesh-siteorigin-widgets/)
 * [Active Topics](https://wordpress.org/support/plugin/livemesh-siteorigin-widgets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/livemesh-siteorigin-widgets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/livemesh-siteorigin-widgets/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [livemesh](https://wordpress.org/support/users/livemesh/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/posts-carousel-2/#post-10181088)
 * Status: resolved