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
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025