Home › Forums › Support › Image formatted automatically in the post This topic has 11 replies, 3 voices, and was last updated 4 months ago by Fernando. Viewing 12 posts - 1 through 12 (of 12 total) Author Posts April 8, 2022 at 9:13 am #2182359 Feber How to create all images in my post formatted automatically like this https://prnt.sc/Kfp2k2yTo1ff ? https://www.wix.com/blog/2018/08/blog-examples/ I can do it manually if I have only 1 image in the post. But all my post has more than 6 images. How to make automatically formatted in the post without doing it manually for each image ? April 8, 2022 at 9:51 am #2182391 YingStaff Customer Support Hi Feber, I’m not sure I fully understand your question. The screenshot you shared looks like a blog page, can you describe more specifically what style of the image are you trying to replicate? And what about the wix blog link? Anything from that blog we should be looking at? Let me know 🙂 April 8, 2022 at 12:08 pm #2182506 Feber Hi there, Please check this https://prnt.sc/UQyLl46gAHmq Thanks April 8, 2022 at 12:33 pm #2182531 YingStaff Customer Support Do you mean the boarder or the shadow? April 8, 2022 at 12:36 pm #2182537 Feber Border or shadow or both is okay. I just want to know how to make all images in the post automatically have border or shadow or both without setting it manually one by one. Thanks April 8, 2022 at 1:03 pm #2182553 Feber I got it img { padding:5px; background-color:#F1F1F1; } img { border: 1px outset #c8c8c8; border-radius:5px; box-shadow: 5px 5px 5px #B2B2BE; } I found it here https://blogtimenow.com/wordpress/add-border-frame-shadow-effects-wordpress-images/ April 8, 2022 at 1:05 pm #2182556 Feber But it also affected to my logo. How to make it only in the page or post ? Thanks April 8, 2022 at 1:14 pm #2182565 YingStaff Customer Support You can try switch the imgto .site img in your CSS. April 10, 2022 at 2:03 pm #2184344 Feber Hi there it works. But how to exclude it from image in the footer ? April 10, 2022 at 6:34 pm #2184443 Fernando Customer Support Hi Feber, Can you try this CSS selector instead?: .site .site-content img { /* insert code here */ } This selector should exclude the footer. For single posts: .single-post .site .site-content img { /* insert code here */ } Kindly let us know how it goes. 🙂 April 11, 2022 at 3:19 am #2184747 Feber Yeah. It works. Thank you very much April 11, 2022 at 5:12 pm #2185675 Fernando Customer Support You’re welcome Feber! Glad to be of assistance! Feel free to reach out anytime you’ll need assistance with anything else. 🙂 Author Posts Viewing 12 posts - 1 through 12 (of 12 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In