Using the venture theme and cant find a way to make the black boxes surround the text transparent so they don’t cut into the images. This is the collections list using the secondary image layout.
You’ll need to post your store URL so we can see what CSS to change.
Hello @LiquidImagery ,
Hope you are doing well. Thanks for sharing your query.
Could you please share your store URL and if your store is password protected then share the password as well? So that I can check and let you know the solution.
Hi @LiquidImagery ,
Please follow the steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Assets > theme.scss.liquid and paste this at the bottom of the file:
.featured-card__header--background{
background: transparent !important;
}
Hope it helps!
