What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Background image sense

Solved

How can I set a background image in Sense theme?

BastiStütz
New Member
8 0 0

Hi , can anyone tell me how i can set a image as my shop background in sense theme?

 

thanks in advance 🙂

Accepted Solution (1)
sahilsharma9515
Shopify Partner
1264 163 243

This is an accepted solution.

Hi @BastiStütz Thanks for providing the URL. Please add this code in Base.css file.

 

main#MainContent {
    background-image: url("Image URL");
}

 

If you are not sure where is your base.css file please follow the steps:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in Sense Theme.
  4. Click Edit Code.
  5. Search Base.css in the code in left hand side.
  6. Add the code given above.

 

If you need any assistance then please feel free to ask the same.

 

Hopefully it will help you. If yes then Please hit Like and Mark it as solution!

 

Best Regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


View solution in original post

Replies 4 (4)

sahilsharma9515
Shopify Partner
1264 163 243

Hi @BastiStütz 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


BastiStütz
New Member
8 0 0

lightcups.de

 

🙂 no password needed

sahilsharma9515
Shopify Partner
1264 163 243

This is an accepted solution.

Hi @BastiStütz Thanks for providing the URL. Please add this code in Base.css file.

 

main#MainContent {
    background-image: url("Image URL");
}

 

If you are not sure where is your base.css file please follow the steps:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in Sense Theme.
  4. Click Edit Code.
  5. Search Base.css in the code in left hand side.
  6. Add the code given above.

 

If you need any assistance then please feel free to ask the same.

 

Hopefully it will help you. If yes then Please hit Like and Mark it as solution!

 

Best Regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


Divin3
Tourist
9 0 1

doesnt work