background image behind featured products

Solved

background image behind featured products

maya2809
Tourist
22 0 2

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 

https://cdn.shopify.com/s/files/1/0710/2847/4105/files/1E7390B2-EE8E-4E89-A156-A63A65EA02FA.jpg?v=17...

 

is anyone able to give me a custom css code to achieve this?

Accepted Solution (1)
Asad-Mahmood
Shopify Partner
372 64 74

This is an accepted solution.

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;
}
If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp
Fiver




View solution in original post

Replies 3 (3)

Asad-Mahmood
Shopify Partner
372 64 74

What's your store url ?

If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp
Fiver




maya2809
Tourist
22 0 2
Asad-Mahmood
Shopify Partner
372 64 74

This is an accepted solution.

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;
}
If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp
Fiver