Hi all,
I’d like to add a background image behind my featured collection and make it transparent as well.
the url for the image is
is anyone able to give me a custom css code to achieve this?
Hi all,
I’d like to add a background image behind my featured collection and make it transparent as well.
the url for the image is
is anyone able to give me a custom css code to achieve this?
What’s your store url ?
Paste this css in your base.css file
div#collection-template--18160313991417__featured_collection_GKnqUJ {
background-image: url(https://cdn.shopify.com/s/files/1/0710/2847/4105/files/1E7390B2-EE8E-4E89-A156-A63A65EA02FA.jpg?v=1721221020);
background-size: cover;
background-repeat: no-repeat;
}