How do I make my image background cover the entire website?

Solved
westaysmiling
Excursionist
24 0 3

I have the image background for half of the front page, but I need it to be over my entire website, how do I do this? My website is https://westaysmiling.com/

Accepted Solution (1)
SAN_MSWEB
Shopify Expert
839 105 107

This is an accepted solution.

Hi @westaysmiling 


I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the base.css file:

.gradient {background-image: url(https://cdn.shopify.com/s/files/1/0752/2274/5376/files/darkblueskybg.jpg?v=1685584400) !important;background-position: center; background-size: cover; background-repeat: no-repeat;}

#MainContent {background-image: none !important;}

 

 

 

Regards,

San

If it’s helpful to you, please mark it as a solution.  


Need Help with Shopify Design, Migration, Speed, or Custom tasks?  
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin

View solution in original post

Replies 2 (2)
SAN_MSWEB
Shopify Expert
839 105 107

This is an accepted solution.

Hi @westaysmiling 


I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the base.css file:

.gradient {background-image: url(https://cdn.shopify.com/s/files/1/0752/2274/5376/files/darkblueskybg.jpg?v=1685584400) !important;background-position: center; background-size: cover; background-repeat: no-repeat;}

#MainContent {background-image: none !important;}

 

 

 

Regards,

San

If it’s helpful to you, please mark it as a solution.  


Need Help with Shopify Design, Migration, Speed, or Custom tasks?  
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin

westaysmiling
Excursionist
24 0 3

Thank you, worked like a charm.