Home › Forums › Support › Remove image border from certain images This topic has 3 replies, 2 voices, and was last updated 5 years, 1 month ago by Ying. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 26, 2021 at 8:00 am #1673970 Jan Hi Generatepress support team, I added the following CSS code to my website, to add a border to images. } .wp-block-image img { border: 1px solid #CCC; } What is the CSS code that I need to remove the border from certain images, using Additional CSS class? Thanks a lot, Jan February 26, 2021 at 10:21 am #1674118 YingStaff Customer Support Hi Jan, If you want to remove border for specific images, select the image in page editor, give it a custom css class, for example: no-border. https://www.screencast.com/t/iurAAT2F5 Then add this CSS: .no-border img { border: none; } Let me know 🙂 February 27, 2021 at 4:05 am #1674735 Jan Yes perfect, thanks a lot! February 27, 2021 at 11:10 am #1675300 YingStaff Customer Support You are welcome 🙂 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