I would like to make this black text box transparent, so that we can see the giraffes behind it.
What code would I have to insert to do so?
Thank you!
I would like to make this black text box transparent, so that we can see the giraffes behind it.
What code would I have to insert to do so?
Thank you!
Hey @Kartlis_LLC
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Hello @Kartlis_LLC
You can do that by adding the custom css given to the section
.banner__box {
background-color: rgb(30 30 30 / 50%);
}
Please change the color as you want. And if you want to remove the color at all. Put 100% at the last value.
If you want me to do that, please give me your store url, I will provide the perfect css matching your store.