Last updated on May 16th, 2025 at 03:05 pm
Edit 2025: The ghostly touch is gone because I had to deactivate the previous theme due a bug.
I put all posts into a masonry and gave the masonry a ghostly touch via modifying the box shadow with CSS.
Here’s my code snippet:
CSS Code
.bdp-post-grid-content {
box-shadow:
inset 0px 0em 2em 4px rgb(134 255 231 / 10%), 0px 3px 2em 1px rgb(77 146 107 / 33%);}
The plugin that inserts the masonry into the static WordPress page using a shortcode is called News & Blog Designer … Read more