Hi,
Yesterday i’ve added black container on the images on custom gallery section, but i see that it’s not visible on mobile
does anyone know how to fix it?
Thanks in advance!
Hi,
Yesterday i’ve added black container on the images on custom gallery section, but i see that it’s not visible on mobile
does anyone know how to fix it?
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?
@MandasaTech yes, i did