All things Shopify and commerce
I want to add a slightly transparent white rectangle that covers the text in all my slideshow photos like the one in the photo. How can i do this? Theme code?
I am using the Yuva Theme
here is my store link
Buccia di Mela (a6f643.myshopify.com)
Solved! Go to the solution
This is an accepted solution.
@DanSal8 Please follow below steps to display background color of the text container in banner and let me know whether it is helpful for you.
1. From admin, go to "Online Store" -> "Themes".
2. Click "Customize" button from the current theme.
3. Select the slideshow section and paste below code in the "Custom CSS" field like below attached image.
.yv-banner-container .yv-banner-content {
background-color: #f5f4f2b0 !important;
margin: 30px;
padding: 30px;
text-align: center;
}
4. Save.
Now, the slides content background will display like below attached image.
Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Hi,
Can you share the password to enter your store?
This problem is very simple, I can help you
Thank you!
Hello @DanSal8
Try adding below code to the bottom of "banner.liquid" section file
<style>
.banner-section .yv-banner-content::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgb(0, 0, 0, 0.5);
}
</style>
This is an accepted solution.
@DanSal8 Please follow below steps to display background color of the text container in banner and let me know whether it is helpful for you.
1. From admin, go to "Online Store" -> "Themes".
2. Click "Customize" button from the current theme.
3. Select the slideshow section and paste below code in the "Custom CSS" field like below attached image.
.yv-banner-container .yv-banner-content {
background-color: #f5f4f2b0 !important;
margin: 30px;
padding: 30px;
text-align: center;
}
4. Save.
Now, the slides content background will display like below attached image.
Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
It worked, thank you so much
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025