Background image behind collapsible content - Craft theme

Background image behind collapsible content - Craft theme

maya2809
Tourist
22 0 2

Hi all, 

 

I am wondering if someone can give me a custom.css code to use an image as a background for my collapsible content section. 

Replies 3 (3)

niraj_patel
Shopify Partner
2386 516 509

Hello @maya2809 
.your-class {

   background-image: url('path/to/your/image.jpg');

   background-size: cover;

   background-position: center;

   background-repeat: no-repeat;

   width:100%;

}

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
maya2809
Tourist
22 0 2

hey, that did not work

niraj_patel
Shopify Partner
2386 516 509

would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com