Question in the subject
I would appreciate any support
Question in the subject
I would appreciate any support
/* Example CSS selector for the text element on the image banner */
.hero-banner .text-element {
background-color: rgba(0, 0, 0, 0.5); /* Adjust the transparency here */
color: #fff; /* Change the text color as needed */
}
​
selector {
background-color: rgba(255, 255, 255, 0.5); /* Change the last value (0.5) to the desired transparency level (0.0 to 1.0) */
}
​
I dont understand
There is no such file
First, you need to find the object you want to change then apply this code to that section then it will be work
Add this code in css file and it will work
Hi @ddsaowner
If you are talking about the text container of the image banner to be transparent, please follow the instructions below
From you Admin page, go to Online store > Themes > Customize
Go to the image banner section
Make sure to uncheck the Show container on desktop and SAVE. See image below