Site logo

Archived topic

Transparent Overlay on Magazine Grid

4 replies · Started by Butch Pornebo on February 17, 2021

Viewing posts 1–5 of 5

Using the site library template DISPATCH.

How do I place a black transparent overlay on top of the magazine grid?

https://gpsites.co/dispatch/

or on top of the images.

Hi there,

Instead of adding an overlay, I made the image transparent and gave it a background color:

.page-hero .wp-show-posts-image.wpsp-image-center img {
    opacity: 0.5;
}
.page-hero .wp-show-posts-image.wpsp-image-center {
    background-color: #000;
}

Let me know if it works for you.

this works perfectly. thank you

You are welcome :)

This archived topic is closed to new replies.