Hi,
I’m trying to add black transparent box under the text for the custom gallery section, but everytime i’m trying to do it it’s not working. Does anyone know how to make something like this? ofc with text in front.
website: www.yezey.pl
Thanks in advance!
Hello @polishecommerce ,
Add this CSS at the bottom of Online Store-> Theme->Edit code->Assets->base.scss.liquid
.overlay-text__inner {
background-color: rgba(0,0,0, 0.6);
}
1 Like
Hi @Yezey
This is PageFly - Advanced Page Builder. I would love to give you some recommendations
-Go to Online Store->Theme->Edit code
-Asset-> base.css paste the below code at the bottom of the file.
.overlay-text.overlay–v-bottom.overlay–h-left.image-overlay__over{
background-color:#00000080;
}
You can change different colors: exp #00000070,#00000060
Hope my solution works perfectly for you!
Best Regards;
PageFly
1 Like
@MandasaTech thank You so much for your help! it’s working almost perfect, but i see that container is not visible on mobile 