Archived topic
no shadow in sidebar
3 replies · Started by Ralf on February 26, 2023
Viewing posts 1–4 of 4
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;
}
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;
}
Perfect. thank you David !
You're welcome
This archived topic is closed to new replies.