container not visible on mobile gallery section dawn theme

Hi,

Yesterday i’ve added black container on the images on custom gallery section, but i see that it’s not visible on mobile :confused: does anyone know how to fix it?

www.yezey.pl

Thanks in advance!

Hello @polishecommerce ,
Add this css bottom of the base.css file.

.overlay-text__inner {
background-color: rgba(0,0,0, 0.6);

}

Hi @MandasaTech ,

Thanks for your reply. I did it yesterday, but it’s working only on desktop. On mobile it’s not visible.

The CSS that @MandasaTech wrote should have worked. Did you copy-paste it as is to the bottom of your base.css file? Can you send a screenshot of the pasted code?

Did you copy-paste it as is to the bottom of your base.css file?

Yes please add this code bottom of the base.css file.

Add this css bottom of the base.css file.

.overlay-text__inner {
background-color: rgba(0,0,0, 0.6);

}

@MandasaTech yes, i did