Home › Forums › Support › How to get curved corners? like these This topic has 3 replies, 3 voices, and was last updated 5 months, 1 week ago by Fernando. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 13, 2022 at 2:40 am #2372072 Krish How to get curved corners for Archive and blog page? Example: I want to show the posts like this example. Please take a look at my current look: October 13, 2022 at 2:44 am #2372081 DavidStaff Customer Support Hi there, try adding this CSS: .post-image img { border-radius: 20px; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 13, 2022 at 9:18 pm #2372950 Krish Got it. But how can i change the images to square? Just like the example. Thanks October 13, 2022 at 9:35 pm #2372961 Fernando Customer Support Hi Krish, Try replacing the code here: https://generatepress.com/forums/topic/how-to-get-curved-corners-like-these/#post-2372081 with this: article .post-image img { border-radius: 20px; aspect-ratio: 1/1; object-fit: cover; } Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In