Home › Forums › Support › rounded corners for pictures This topic has 8 replies, 3 voices, and was last updated 2 years, 11 months ago by Fernando. Viewing 9 posts - 1 through 9 (of 9 total) Author Posts September 22, 2022 at 1:41 pm #2351035 Sebastian Hello, I have created a header for blog posts. I have inserted a header here and below it the Gutenberg block “post image”. I want this post image to have rounded corners. How can I configure this via CSS? Thanks a lot September 22, 2022 at 1:41 pm #2351038 Sebastian Thanks September 22, 2022 at 1:42 pm #2351039 LeoStaff Customer Support Hi there, Any chance you can link us to the page in question? You can use the private information field: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information Let me know 🙂 September 22, 2022 at 9:07 pm #2351213 Sebastian Hey, of course… September 22, 2022 at 9:45 pm #2351236 Fernando Customer Support Hi Sebastian, You can try using a GB Image Block instead, and then through the Block settings, make the borders rounded by altering the border-radius: https://docs.generateblocks.com/article/image-overview/#border-radius If you want to do it through code, add my-image to the class list of the Container Block holding the image, then add this CSS in Additional CSS: .gb-container.my-image > .gb-inside-container figure img { border-radius: 135px; } September 22, 2022 at 9:54 pm #2351238 Sebastian The image unfortunately does not take on any effects or radius when set as Dynamic Data. The code does not work, too. September 22, 2022 at 9:59 pm #2351240 Fernando Customer Support Try this: .my-image img { border-radius: 20px; } September 22, 2022 at 10:01 pm #2351241 Sebastian Awesome, thanks a lot! September 22, 2022 at 10:03 pm #2351244 Fernando Customer Support You’re welcome Sebastian! Author Posts Viewing 9 posts - 1 through 9 (of 9 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In