Awesome! I would now like to reduce the opacity of the image in the background when you hover on it and the caption appears.
This is the CSS i've been trying to work with:
section[data-section-id="61f0360d71ad356043ca6f80"] {
.image-block-wrapper a:after {
background: #f4f6ea;
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
transition: opacity ease 200ms !important;
}
.image-block-wrapper:hover a:after {
opacity: 0.75;
}
}
Not sure where I'm going wrong.
Site URL: https://www.studionitya.com/mobile-mediation-unit-bus-wrap
I deleted the section that we were previously looking at and added another. Please find the screenshot of this below.
Here is also a screenshot of the section below it which has the effect I'm looking for: