Hello @tuanphan,
Yes I have mostly figured it out however I can't figure out how to display the caption below the image block when I'm not hovering over it? Can you help.....
This is the code I'm using:
.image-block-wrapper {
filter: brightness(90%) contrast(80%) grayscale(100%);
transition: filter .5s ease-in-out;
}
}
.sqs-block-image .image-block-outer-wrapper:not(.image-block-v2).layout-caption-overlay .image-caption-wrapper {
background: rgba(0,0,0,0);
}
.image-caption-wrapper h1
{
color: red !important;
}
.image-block-outer-wrapper:hover figcaption {
top: 0 !important;
display: flex;
align-items: center;
background-color: #F5F4E7 !important;
pointer-events: none;
transition: .5s ease-in-out;
max-height: 100% !important;
justify-content: center;
position: absolute !important;
}