Home › Forums › Support › no shadow in sidebar This topic has 3 replies, 2 voices, and was last updated 3 years, 3 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 26, 2023 at 7:21 am #2547414 Ralf Hi i added this CSS below, because i want a shadow for the images on the blog page, but now also the images in the sidebar have a shadow. i don’t want the shadow on images in the sidebar. how can i change this ? thanks .wp-block-image img, .featured-image img, .post-image img { border:1px solid #C0C0C0; box-shadow: 10px 10px 5px #ccc; } February 26, 2023 at 10:11 am #2547654 DavidStaff Customer Support Hi there, try this CSS instead: #main .wp-block-image img, #main .featured-image img, #main .post-image img { border: 1px solid #C0C0C0; box-shadow: 10px 10px 5px #ccc; } February 26, 2023 at 12:51 pm #2547787 Ralf Perfect. thank you David ! February 27, 2023 at 2:37 am #2548303 DavidStaff Customer Support You’re 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