Site URL: https://walrus-springtail-ljhd.squarespace.com/
Hi,
I am trying to add titles overlaid on gallery block images (ideally h1) with a shadow behind. I've had a bash with following which appears to work while adding the css but is wiped out once saved. Can anyone please help? Password: 1mageproblem Would be forever grateful.
thanks
.sqs-gallery-block-grid.sqs-gallery-block-meta-only-title .margin-wrapper {
position: relative !important;
text-align: center!important;
color: white !important;
}
.sqs-gallery-block-grid.sqs-gallery-block-meta-only-title .margin-wrapper .image-slide-title {
height: 60px !important;
position: absolute !important;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%)!important;
font-size: 45px !important;
background: rgba(0, 0, 0, 0.3)!important;
color: #f1f1f1 !important;
}