Archived topic
How to Add a Drop Shadow to Each Container?
3 replies · Started by Nyghtfall on April 14, 2020
I'm building a new blog for my wife. She wants a drop shadow on each separate container, including blog posts, pages, comments, search box, recent posts, and recent comments. I've managed to add one to every other container but the last four I listed. How do I resolve those elements?
Hi there,
Replace your current CSS selector with this:
.separate-containers .inside-article, .widget, .comments-area
Fantastic. Worked like a charm. Thanks!
No problem :)