Hello!
Wandering if anyone could help me add a 30% black overlay to the blog post banner image. I'm using Will Myers code (https://www.will-myers.com/articles/blog-post-banner-image-update) to display the featured blog image as a banner on the post page itself, but need to add an overlay onto the banner image on the blog post page to make the white title on top more legible.
Looking for the code that can do this and to know if it should be added to the "Post Blog Item Code Injection" section which currently has:
<div data-wm-plugin="blog-post"></div>
<style>
.wm-blog-banner {
min-height: 20vh !important;
}
</style>
Appreciate any help, thanks
Ricky